Skip to content
This repository has been archived by the owner on Aug 13, 2018. It is now read-only.

Commit

Permalink
devops push
Browse files Browse the repository at this point in the history
  • Loading branch information
quasiben committed Feb 7, 2016
1 parent ea7e267 commit 17f0b6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ script:
- docker exec -it $CONTAINER_ID bash /knit/continuous_integration/coverage_test.sh

after_success:
- pip install coveralls
- coveralls
- docker exec -it $CONTAINER_ID -e TRAVIS=$TRAVIS -e TRAVIS_JOB_ID=$TRAVIS_JOB_ID -e TRAVIS_BRANCH=$TRAVIS_BRANCH bash /knit/continuous_integration/coverage_upload.sh
3 changes: 3 additions & 0 deletions continuous_integration/coverage_upload.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set -e
pip install coveralls
coveralls

0 comments on commit 17f0b6b

Please sign in to comment.