We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa250d4 commit 1e1eda8Copy full SHA for 1e1eda8
scripts/sauce/sauce_connect_setup.sh
@@ -23,10 +23,10 @@ CONNECT_STDERR="$LOGS_DIR/sauce-connect.stderr"
23
if [ `uname -s` = "Darwin" ]; then
24
# If the user is running Mac, download the OSX version
25
# https://en.wikipedia.org/wiki/Darwin_(operating_system)
26
- CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.11-osx.zip"
+ CONNECT_URL="https://saucelabs.com/downloads/sc-latest-osx.zip"
27
else
28
# Otherwise, default to Linux for Travis-CI
29
- CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.11-linux.tar.gz"
+ CONNECT_URL="https://saucelabs.com/downloads/sc-latest-linux.tar.gz"
30
fi
31
mkdir -p $CONNECT_DIR
32
cd $CONNECT_DIR
0 commit comments