mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
chore(travis): use only websockets and xhr-polling
I wanna see more info about BrowserStack...
This commit is contained in:
@@ -110,6 +110,9 @@ module.exports = function(config, specificOptions) {
|
||||
|
||||
|
||||
if (process.env.TRAVIS) {
|
||||
config.transports = ['websocket', 'xhr-polling'];
|
||||
config.browserStack.build = 'TRAVIS ' + process.env.TRAVIS_BUILD;
|
||||
|
||||
// Debug logging into a file, that we print out at the end of the build.
|
||||
config.loggers.push({
|
||||
type: 'file',
|
||||
|
||||
Reference in New Issue
Block a user