Skip to content

Commit

Permalink
chore: update sauce connect to latest version (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion authored and tinayuangao committed Dec 2, 2016
1 parent 49d0c98 commit bd78b38
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.4.1-osx.zip"
CONNECT_URL="https://saucelabs.com/downloads/sc-4.4.2-osx.zip"
else
# Otherwise, default to Linux for Travis-CI
CONNECT_URL="https://saucelabs.com/downloads/sc-4.4.1-linux.tar.gz"
CONNECT_URL="https://saucelabs.com/downloads/sc-4.4.2-linux.tar.gz"
fi
mkdir -p $CONNECT_DIR
cd $CONNECT_DIR
Expand Down

0 comments on commit bd78b38

Please sign in to comment.