diff options
| author | Vojta Jina | 2013-12-03 12:15:36 -0800 |
|---|---|---|
| committer | Vojta Jina | 2013-12-03 15:49:19 -0800 |
| commit | 6127528b5008a507966c7f1a1030db27ca2fbc0b (patch) | |
| tree | 2075f8e578de4329da164c4909e62d87a9fa9f7e /.travis.yml | |
| parent | 041057232206e07164ed0aa4ecb9abe0f3fc23f4 (diff) | |
| download | angular.js-6127528b5008a507966c7f1a1030db27ca2fbc0b.tar.bz2 | |
chore(travis): switch back to SauceLabs
I think we are pretty close to be able to use both.
The xhr-polling seems to be pretty stable, but I'm having problems with multiple SSH tunnels (on BS), so let's try to switch back to SL.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0c31fbe8..b8d925b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: before_script: - mkdir -p $LOGS_DIR - - ./lib/browser-stack/start-tunnel.sh + - ./lib/sauce/sauce_connect_setup.sh - npm install -g grunt-cli - grunt bower - grunt bower |
