diff --git a/.travis.yml b/.travis.yml index f0e8822..89548d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"