Skip to content

Commit

Permalink
Build docker containers on every successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Apr 24, 2016
1 parent e063fad commit ae23ed4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ script:
fi

after_success:
coveralls
- coveralls
- ./run_docker.sh

env:
matrix:
Expand All @@ -43,9 +44,6 @@ env:
- MULTIDICT_NO_EXTENSIONS=
- MULTIDICT_NO_EXTENSIONS=X

before_deploy:
- ./run_docker.sh

deploy:
skip_cleanup: true
provider: pypi
Expand Down

0 comments on commit ae23ed4

Please sign in to comment.