From ed959be433711289d4cb029a9ed32ca64850d880 Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Mon, 10 Mar 2014 12:53:13 +0100 Subject: [PATCH] Pull Sauce script from gist.githubusercontent.com --- script/ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ci b/script/ci index 31411b9a..a9eb1458 100755 --- a/script/ci +++ b/script/ci @@ -9,7 +9,7 @@ elif [ "$TEST_SUITE" == "phantomjs" ]; then elif [ "$TRAVIS_SECURE_ENV_VARS" == "true" -a "$TEST_SUITE" == "saucelabs" ]; then bundle exec rackup -s puma -p 5000 -D sleep 3 - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash + curl https://gist.githubusercontent.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash gem install selenium-webdriver ruby script/saucelabs.rb else