mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-22 17:40:22 +00: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.
7 lines
121 B
Bash
Executable file
7 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
|