Fix indentation error in .travis.yml

This commit is contained in:
Luke Childs 2015-09-24 22:54:53 +01:00
parent dc2f86224d
commit dedb48e2a2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ addons:
- zsh
- ksh
install:
- (cd /tmp && wget https://raw.github.com/tlevine/urchin/master/urchin && chmod +x urchin)
- (cd /tmp && wget https://raw.github.com/tlevine/urchin/master/urchin && chmod +x urchin)
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
script:
- /tmp/urchin -f -s "$TEST_SHELL" "test/$TEST_SUITE"