mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 19:40:56 +08:00
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.
8 lines
121 B
Bash
Executable File
8 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
# Wait for Connect to be ready before exiting
|
|
while [ ! -f $SAUCE_CONNECT_READY_FILE ]; do
|
|
sleep .5
|
|
done
|