aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVojta Jina2013-12-03 12:15:36 -0800
committerVojta Jina2013-12-03 15:49:19 -0800
commit6127528b5008a507966c7f1a1030db27ca2fbc0b (patch)
tree2075f8e578de4329da164c4909e62d87a9fa9f7e /lib
parent041057232206e07164ed0aa4ecb9abe0f3fc23f4 (diff)
downloadangular.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 'lib')
-rw-r--r--lib/grunt/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js
index 49d346a0..9e0aab99 100644
--- a/lib/grunt/utils.js
+++ b/lib/grunt/utils.js
@@ -295,7 +295,7 @@ module.exports = {
stream: options && options.stream
};
- args.push('--port=' + this.availablePorts.pop());
+ args.push('--port=' + this.sauceLabsAvailablePorts.pop());
if (args.indexOf('test:e2e') !== -1 && grunt.option('e2e-browsers')) {
args.push('--browsers=' + grunt.option('e2e-browsers'));