Skip to content

Commit

Permalink
chore: stick sauce connect binary to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Oct 21, 2016
1 parent aa250d4 commit 1e1eda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sauce/sauce_connect_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ CONNECT_STDERR="$LOGS_DIR/sauce-connect.stderr"
if [ `uname -s` = "Darwin" ]; then
# If the user is running Mac, download the OSX version
# https://en.wikipedia.org/wiki/Darwin_(operating_system)
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.11-osx.zip"
CONNECT_URL="https://saucelabs.com/downloads/sc-latest-osx.zip"
else
# Otherwise, default to Linux for Travis-CI
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.11-linux.tar.gz"
CONNECT_URL="https://saucelabs.com/downloads/sc-latest-linux.tar.gz"
fi
mkdir -p $CONNECT_DIR
cd $CONNECT_DIR
Expand Down

0 comments on commit 1e1eda8

Please sign in to comment.