Skip to content

Commit fd2371c

Browse files
committed
chore(travis): report both build number and id to BS
1 parent 267fcc9 commit fd2371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma-shared.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module.exports = function(config, specificOptions) {
114114
if (process.env.TRAVIS) {
115115
config.logLevel = config.LOG_DEBUG;
116116
config.transports = ['websocket', 'xhr-polling'];
117-
config.browserStack.build = 'TRAVIS ' + process.env.TRAVIS_BUILD_ID;
117+
config.browserStack.build = 'TRAVIS #' + process.env.TRAVIS_BUILD_NUMBER + ' (' + process.env.TRAVIS_BUILD_ID + ')';
118118

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

0 commit comments

Comments
 (0)