mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-29 21:37:00 +08:00
chore: use only polling on Travis/SL
This commit is contained in:
@@ -49,4 +49,11 @@ module.exports = function(config) {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
// TODO(vojta): remove once SauceLabs supports websockets.
|
||||
// This speeds up the capturing a bit, as browsers don't even try to use websocket.
|
||||
if (process.env.TRAVIS) {
|
||||
config.transports = ['xhr-polling'];
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user