Skip to content

Commit 943a24a

Browse files
committed
remember how to bash
1 parent 9941370 commit 943a24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ matrix:
7272
install:
7373
# Clean up because Travis doesn't
7474
# https://github.com/travis-ci/travis-ci/issues/7940
75-
- if [[ $TRAVIS_SUDO ]]; then sudo rm -f /etc/boto.cfg;done
75+
- if [[ $TRAVIS_SUDO ]]; then sudo rm -f /etc/boto.cfg; fi
7676
- pip install tox
7777
script: travis_wait 60 tox -- -vv

0 commit comments

Comments
 (0)