Skip to content

Commit 1e1eda8

Browse files
committed
chore: stick sauce connect binary to latest version
1 parent aa250d4 commit 1e1eda8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sauce/sauce_connect_setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ CONNECT_STDERR="$LOGS_DIR/sauce-connect.stderr"
2323
if [ `uname -s` = "Darwin" ]; then
2424
# If the user is running Mac, download the OSX version
2525
# https://en.wikipedia.org/wiki/Darwin_(operating_system)
26-
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.11-osx.zip"
26+
CONNECT_URL="https://saucelabs.com/downloads/sc-latest-osx.zip"
2727
else
2828
# Otherwise, default to Linux for Travis-CI
29-
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.11-linux.tar.gz"
29+
CONNECT_URL="https://saucelabs.com/downloads/sc-latest-linux.tar.gz"
3030
fi
3131
mkdir -p $CONNECT_DIR
3232
cd $CONNECT_DIR

0 commit comments

Comments
 (0)