From 14b194ea21e175e324ecfdf509c505b60528bf70 Mon Sep 17 00:00:00 2001 From: Julie Ralph Date: Thu, 1 Oct 2015 15:05:56 -0700 Subject: [PATCH] chore(ci): update sauce connect to 4.3.11 From 4.3.8. Closes #4453 --- scripts/sauce/sauce_connect_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sauce/sauce_connect_setup.sh b/scripts/sauce/sauce_connect_setup.sh index db7839605c..eda50147ac 100755 --- a/scripts/sauce/sauce_connect_setup.sh +++ b/scripts/sauce/sauce_connect_setup.sh @@ -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"