mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-27 15:04:02 +00:00
chore(travis): report both build number and id to BS
This commit is contained in:
parent
267fcc999c
commit
fd2371cfc2
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ module.exports = function(config, specificOptions) {
|
||||||
if (process.env.TRAVIS) {
|
if (process.env.TRAVIS) {
|
||||||
config.logLevel = config.LOG_DEBUG;
|
config.logLevel = config.LOG_DEBUG;
|
||||||
config.transports = ['websocket', 'xhr-polling'];
|
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.
|
// Debug logging into a file, that we print out at the end of the build.
|
||||||
config.loggers.push({
|
config.loggers.push({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue