mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore(travis): fix the build id on browser stack
This just improves the way BrowserStack groups the sessions.
This commit is contained in:
parent
55c30e1be6
commit
04d5a5072f
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue