mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore(travis): use only websockets and xhr-polling
I wanna see more info about BrowserStack...
This commit is contained in:
parent
05ef1bd853
commit
ddff347b91
1 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue