Follow redirects when trying to connect to sauce
This commit is contained in:
@@ -4,7 +4,7 @@ if [ $USE_SAUCE == true ]
|
|||||||
then
|
then
|
||||||
if [ $TRAVIS_SECURE_ENV_VARS == true ]
|
if [ $TRAVIS_SECURE_ENV_VARS == true ]
|
||||||
then
|
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
|
else
|
||||||
echo "skipping tests since we can't use sauce"
|
echo "skipping tests since we can't use sauce"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user