diff options
| -rw-r--r-- | karma-shared.conf.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karma-shared.conf.js b/karma-shared.conf.js index 44e4e0aa..3659e582 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -112,7 +112,7 @@ module.exports = function(config, specificOptions) { if (process.env.TRAVIS) { config.transports = ['websocket', 'xhr-polling']; - config.browserStack.build = 'TRAVIS ' + process.env.TRAVIS_BUILD; + config.browserStack.build = 'TRAVIS ' + process.env.TRAVIS_BUILD_ID; // Debug logging into a file, that we print out at the end of the build. config.loggers.push({ |
