diff --git a/.travis.yml b/.travis.yml index 497cff4ff..fc3304cd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,7 @@ install: script: - tox -e codechecks - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then tox; else tox -e coverage; fi - - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then /bin/bash integration/install-tor.sh; fi - - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then tox -e integration; fi + - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then /bin/bash integration/install-tor.sh && tox -e integration; fi after_success: - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then codecov; fi notifications: