diff options
| -rw-r--r-- | karma-shared.conf.js | 3 |
1 files changed, 3 insertions, 0 deletions
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', |
