Skip to content

Commit

Permalink
Travis: use "set -e" to exit script in case of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored and stefreak committed Nov 13, 2017
1 parent 8afe19e commit c6aa562
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 @@ -18,7 +18,7 @@ install:

script:
- |
set -x
set -ex
if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then
TOX_PY=pypy
else
Expand Down

0 comments on commit c6aa562

Please sign in to comment.