summaryrefslogtreecommitdiff
path: root/tests/frontend/travis
diff options
context:
space:
mode:
authorPeter 'Pita' Martischka <petermartischka@googlemail.com>2012-11-11 19:07:41 -0800
committerPeter 'Pita' Martischka <petermartischka@googlemail.com>2012-11-11 19:07:41 -0800
commit03d3cd9f2495dbfa6f33e53766f16107de851976 (patch)
tree99dc646fb5a18ca7b464f6cabca493e4e0130987 /tests/frontend/travis
parent68ed9b219fa39d80c5d1503a19568fabfc9f726d (diff)
downloadetherpad-lite-03d3cd9f2495dbfa6f33e53766f16107de851976.zip
back to sauce connect download from sauce labs
Diffstat (limited to 'tests/frontend/travis')
-rwxr-xr-xtests/frontend/travis/sauce_tunnel.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/frontend/travis/sauce_tunnel.sh b/tests/frontend/travis/sauce_tunnel.sh
index 6f2b5ab4..ac8f7ac7 100755
--- a/tests/frontend/travis/sauce_tunnel.sh
+++ b/tests/frontend/travis/sauce_tunnel.sh
@@ -1,6 +1,7 @@
#!/bin/bash
# download and unzip the sauce connector
-curl "https://doc-04-2c-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/2h0v0tdergb76jsikuo259nptvbvje4o/1351958400000/18059634261225994552/*/0Bx8MZz0WtyeGalRKeG9oRE1nRlk?e=download" | gunzip > /tmp/Sauce-Connect.jar
+curl http://saucelabs.com/downloads/Sauce-Connect-latest.zip > /tmp/sauce.zip
+unzip /tmp/sauce.zip -d /tmp
# start the sauce connector in background and make sure it doesn't output the secret key
(java -jar /tmp/Sauce-Connect.jar $SAUCE_USER $SAUCE_KEY -f /tmp/tunnel > /dev/null )&