From 04d5a5072fe45d5aa8ec9c027bae9d29ee56c2d1 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Mon, 2 Dec 2013 14:43:44 -0800 Subject: chore(travis): fix the build id on browser stack This just improves the way BrowserStack groups the sessions.--- karma-shared.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'karma-shared.conf.js') 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({ -- cgit v1.2.3