From dedb48e2a24a433678fbfe37b5225371da07c2f5 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 24 Sep 2015 22:54:53 +0100 Subject: [PATCH] Fix indentation error in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"