Skip to content

Commit 3154111

Browse files
committed
chore(saucelabs): upgrade sauce-connect to latest version
Closes angular#16639
1 parent 2f6f1a7 commit 3154111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/saucelabs/start_tunnel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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-
SC_VERSION="4.4.1"
14+
SC_VERSION="4.4.12"
1515
CONNECT_URL="https://saucelabs.com/downloads/sc-$SC_VERSION-linux.tar.gz"
1616
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
1717
CONNECT_DOWNLOAD="sc-$SC_VERSION-linux.tar.gz"

0 commit comments

Comments
 (0)