Skip to content

Commit ddff347

Browse files
committed
chore(travis): use only websockets and xhr-polling
I wanna see more info about BrowserStack...
1 parent 05ef1bd commit ddff347

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

karma-shared.conf.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ module.exports = function(config, specificOptions) {
110110

111111

112112
if (process.env.TRAVIS) {
113+
config.transports = ['websocket', 'xhr-polling'];
114+
config.browserStack.build = 'TRAVIS ' + process.env.TRAVIS_BUILD;
115+
113116
// Debug logging into a file, that we print out at the end of the build.
114117
config.loggers.push({
115118
type: 'file',

0 commit comments

Comments
 (0)