Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d26ba3b

Browse files
committed
chore(travis): update sauce-connect
Closes #14936
1 parent 6fa1bb0 commit d26ba3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/saucelabs/start_tunnel.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ set -e
1111
# Curl and run this script as part of your .travis.yml before_script section:
1212
# before_script:
1313
# - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
14-
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.13-linux.tar.gz"
14+
SC_VERSION="4.3.16"
15+
CONNECT_URL="https://saucelabs.com/downloads/sc-$SC_VERSION-linux.tar.gz"
1516
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
16-
CONNECT_DOWNLOAD="sc-4.3.7-linux.tar.gz"
17+
CONNECT_DOWNLOAD="sc-$SC_VERSION-linux.tar.gz"
1718

1819
CONNECT_LOG="$LOGS_DIR/sauce-connect"
1920
CONNECT_STDOUT="$LOGS_DIR/sauce-connect.stdout"

0 commit comments

Comments
 (0)