diff options
| author | Vojta Jina | 2013-12-02 14:43:44 -0800 | 
|---|---|---|
| committer | Vojta Jina | 2013-12-02 14:43:44 -0800 | 
| commit | 04d5a5072fe45d5aa8ec9c027bae9d29ee56c2d1 (patch) | |
| tree | 514345f725317b72b10e8302f1a1d1d6c8b5464c /karma-shared.conf.js | |
| parent | 55c30e1be6d7b5c182bd56e508d10e56360e5517 (diff) | |
| download | angular.js-04d5a5072fe45d5aa8ec9c027bae9d29ee56c2d1.tar.bz2 | |
chore(travis): fix the build id on browser stack
This just improves the way BrowserStack groups the sessions.
Diffstat (limited to 'karma-shared.conf.js')
| -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({ | 
