mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(travis): add some more info for BrowserStack sessions
This commit is contained in:
parent
ffd075b440
commit
b08427dde9
1 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,10 @@ module.exports = function(config, specificOptions) {
|
|||
|
||||
// BrowserStack config for Travis CI
|
||||
browserStack: {
|
||||
startTunnel: false
|
||||
startTunnel: false,
|
||||
project: 'AngularJS',
|
||||
name: specificOptions.testName,
|
||||
build: process.env.TRAVIS_BUILD_NUMBER
|
||||
},
|
||||
|
||||
// For more browsers on Sauce Labs see:
|
||||
|
|
|
|||
Loading…
Reference in a new issue