mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-25 12:35:36 +08:00
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:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user