From ddff347b91df7f13b6d1118410cfa15bf99b456d Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Fri, 29 Nov 2013 12:45:27 -0800 Subject: chore(travis): use only websockets and xhr-polling I wanna see more info about BrowserStack... --- karma-shared.conf.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'karma-shared.conf.js') diff --git a/karma-shared.conf.js b/karma-shared.conf.js index 4184a263..08ce6bbb 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -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', -- cgit v1.2.3