Skip to content

Commit 40b4886

Browse files
vojtajinajamesdaily
authored andcommitted
chore(travis): fix the build id on browser stack
This just improves the way BrowserStack groups the sessions.
1 parent 937750e commit 40b4886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma-shared.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module.exports = function(config, specificOptions) {
112112

113113
if (process.env.TRAVIS) {
114114
config.transports = ['websocket', 'xhr-polling'];
115-
config.browserStack.build = 'TRAVIS ' + process.env.TRAVIS_BUILD;
115+
config.browserStack.build = 'TRAVIS ' + process.env.TRAVIS_BUILD_ID;
116116

117117
// Debug logging into a file, that we print out at the end of the build.
118118
config.loggers.push({

0 commit comments

Comments
 (0)