diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-10-29 23:45:22 +0000 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-10-29 23:45:22 +0000 |
commit | 90751ff2e51e42374f71fea63c2504d34b53d6f8 (patch) | |
tree | d3d91438752d574ee6b75adaf7597bf2bb1fefe6 /tests | |
parent | 52b73f46e17e4c259040cc5592e77b134a0414b7 (diff) | |
download | etherpad-lite-90751ff2e51e42374f71fea63c2504d34b53d6f8.zip |
...
Diffstat (limited to 'tests')
-rw-r--r-- | tests/frontend/travis/sauce_tunnel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/travis/sauce_tunnel.sh b/tests/frontend/travis/sauce_tunnel.sh index 9be60d97..20d05a1c 100644 --- a/tests/frontend/travis/sauce_tunnel.sh +++ b/tests/frontend/travis/sauce_tunnel.sh @@ -1,6 +1,6 @@ #!/bin/bash #download and unzip the sauce connector -echo "hello world" +echo "hello world" #curl http://saucelabs.com/downloads/Sauce-Connect-latest.zip > /tmp/sauce.zip #unzip /tmp/sauce.zip -d /tmp |