Skip to content

Commit

Permalink
after_success added
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Jun 29, 2019
1 parent 4dc1e34 commit 50455bc
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 @@ -16,4 +16,4 @@ matrix:
- name: '3.7'
python: 3.7
script: tox
after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.7" ]; then coveralls; fi;
after_success: coveralls;

0 comments on commit 50455bc

Please sign in to comment.