diff options
| author | Vojta Jina | 2013-12-03 11:22:16 -0800 | 
|---|---|---|
| committer | Vojta Jina | 2013-12-03 15:49:19 -0800 | 
| commit | fd2371cfc23dc4039f179dd32d31812fea4a4340 (patch) | |
| tree | c6cfdc7916eca403d1f2ed37ca9c0adf0e1c360b | |
| parent | 267fcc999c43bf2b6a50bc531e5f7c2f356fcb96 (diff) | |
| download | angular.js-fd2371cfc23dc4039f179dd32d31812fea4a4340.tar.bz2 | |
chore(travis): report both build number and id to BS
| -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 4ab0b311..88bcc5a5 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -114,7 +114,7 @@ module.exports = function(config, specificOptions) {    if (process.env.TRAVIS) {      config.logLevel = config.LOG_DEBUG;      config.transports = ['websocket', 'xhr-polling']; -    config.browserStack.build = 'TRAVIS ' + process.env.TRAVIS_BUILD_ID; +    config.browserStack.build = 'TRAVIS #' + process.env.TRAVIS_BUILD_NUMBER + ' (' + process.env.TRAVIS_BUILD_ID + ')';      // Debug logging into a file, that we print out at the end of the build.      config.loggers.push({ | 
