From 6127528b5008a507966c7f1a1030db27ca2fbc0b Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 3 Dec 2013 12:15:36 -0800 Subject: 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. --- lib/grunt/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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')); -- cgit v1.2.3