diff options
| author | Vojta Jina | 2013-06-25 13:50:45 -0700 |
|---|---|---|
| committer | Vojta Jina | 2013-06-28 11:43:38 -0700 |
| commit | 33223e26a0c6e73bddbc112829f35f373f97b10d (patch) | |
| tree | 20305c84130daff5939ee403870cb13d0cb4aaac /lib/sauce/sauce_connect_block.sh | |
| parent | 976edc1fc4d4c373bcecddd0389fe94dd528eb4e (diff) | |
| download | angular.js-33223e26a0c6e73bddbc112829f35f373f97b10d.tar.bz2 | |
chore: set up Sauce Labs with Travis
This should not affect the Jenkins build at all.
Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any
browser/platform that Sauce Labs offers.
Diffstat (limited to 'lib/sauce/sauce_connect_block.sh')
| -rwxr-xr-x | lib/sauce/sauce_connect_block.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/sauce/sauce_connect_block.sh b/lib/sauce/sauce_connect_block.sh new file mode 100755 index 00000000..126d3710 --- /dev/null +++ b/lib/sauce/sauce_connect_block.sh @@ -0,0 +1,7 @@ +#!/bin/bash + + +# Wait for Connect to be ready before exiting +while [ ! -f $SAUCE_CONNECT_READY_FILE ]; do + sleep .5 +done |
