mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-22 10:49:24 +08:00
chore(travis): report both build number and id to BS
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user