Skip to content

Commit 846b1ce

Browse files
committed
Travis: generated output from 1f279de
1 parent 77da314 commit 846b1ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ install:
4949
- printf '\necho "Using pip-wrapper.." >&2\ntravis_retry pip "$@"' >> bin/travis_retry_pip
5050
- chmod +x bin/travis_retry_pip
5151
- sed -i.bak 's/^\[testenv\]/\0\ninstall_command = travis_retry_pip install {opts} {packages}/' tox.ini
52-
- diff tox.ini tox.ini.bak && false || true
52+
- diff tox.ini tox.ini.bak && return 1 || true
5353
- sed -i.bak 's/whitelist_externals =/\0\n travis_retry_pip/' tox.ini
54-
- diff tox.ini tox.ini.bak && false || true
54+
- diff tox.ini tox.ini.bak && return 1 || true
5555

5656
- pip install tox
5757
script: tox -e $TESTENV

0 commit comments

Comments
 (0)