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.
This commit is contained in:
Vojta Jina
2013-12-03 12:15:36 -08:00
parent 0410572322
commit 6127528b50
4 changed files with 8 additions and 4 deletions

View File

@@ -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'));