Skip to content

Commit

Permalink
Always submit coverage results
Browse files Browse the repository at this point in the history
  • Loading branch information
MinchinWeb committed Oct 27, 2015
1 parent e20fe79 commit 0dd5aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_script:
- green --version
# command to run tests
script: green -vvr
after_success:
after_script:
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then
coveralls;
fi
Expand Down

0 comments on commit 0dd5aa8

Please sign in to comment.