Pull Sauce script from gist.githubusercontent.com
This commit is contained in:
parent
c294dcf793
commit
ed959be433
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user