Skip to content

Commit

Permalink
Merge pull request HelloZeroNet#894 from mkg20001/patch-1
Browse files Browse the repository at this point in the history
Build docker image locally
  • Loading branch information
HelloZeroNet authored Apr 9, 2017
2 parents f3edd80 + 7898b23 commit fe2344e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ before_install:
- pip install -U pytest mock pytest-cov selenium
- pip install codecov
- pip install coveralls
- docker run -d -v $PWD:/root/data -p 15441:15441 -p 127.0.0.1:43110:43110 nofish/zeronet
- docker build -t zeronet .
- docker run -d -v $PWD:/root/data -p 15441:15441 -p 127.0.0.1:43110:43110 zeronet
after_success:
- codecov
- coveralls --rcfile=src/Test/coverage.ini
Expand Down

0 comments on commit fe2344e

Please sign in to comment.