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

Commit 1358b3c

Browse files
chore(saucelabs): update to latest sauce version
1 parent e020b89 commit 1358b3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/saucelabs/start_tunnel.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +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-
15-
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.7-linux.tar.gz"
14+
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.13-linux.tar.gz"
1615
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
1716
CONNECT_DOWNLOAD="sc-4.3.7-linux.tar.gz"
1817

0 commit comments

Comments
 (0)