From 095b02ad8355d5bda2f7c74246c9f2eed4104698 Mon Sep 17 00:00:00 2001 From: Greg Cobb and Sheel Choksi Date: Mon, 24 Feb 2014 16:13:25 -0800 Subject: [PATCH] Follow redirects when trying to connect to sauce --- travis-core-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-core-script.sh b/travis-core-script.sh index 78656333..414fe931 100644 --- a/travis-core-script.sh +++ b/travis-core-script.sh @@ -4,7 +4,7 @@ if [ $USE_SAUCE == true ] then if [ $TRAVIS_SECURE_ENV_VARS == true ] then - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash + curl -L https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash else echo "skipping tests since we can't use sauce" exit 0