chore(ci): update sauce connect to 4.3.11

From 4.3.8.

Closes #4453
This commit is contained in:
Julie Ralph 2015-10-01 15:05:56 -07:00
parent 758efba34b
commit 14b194ea21
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ set -e -o pipefail
# before_script:
# - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.8-linux.tar.gz"
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.11-linux.tar.gz"
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
CONNECT_DOWNLOAD="sc-latest-linux.tar.gz"