Fix indentation error in .travis.yml
This commit is contained in:
parent
dc2f86224d
commit
dedb48e2a2
|
|
@ -4,7 +4,7 @@ addons:
|
||||||
- zsh
|
- zsh
|
||||||
- ksh
|
- ksh
|
||||||
install:
|
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'
|
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
|
||||||
script:
|
script:
|
||||||
- /tmp/urchin -f -s "$TEST_SHELL" "test/$TEST_SUITE"
|
- /tmp/urchin -f -s "$TEST_SHELL" "test/$TEST_SUITE"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue