We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f38be6 commit 9941370Copy full SHA for 9941370
.travis.yml
@@ -72,6 +72,6 @@ matrix:
72
install:
73
# Clean up because Travis doesn't
74
# https://github.com/travis-ci/travis-ci/issues/7940
75
- - if [[ $TRAVIS_SUDO = true ]]; then sudo rm -f /etc/boto.cfg;done
+ - if [[ $TRAVIS_SUDO ]]; then sudo rm -f /etc/boto.cfg;done
76
- pip install tox
77
script: travis_wait 60 tox -- -vv
0 commit comments