chore(travis): use only websockets and xhr-polling

I wanna see more info about BrowserStack...
This commit is contained in:
Vojta Jina
2013-11-29 12:45:27 -08:00
parent 05ef1bd853
commit ddff347b91

View File

@@ -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',