Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 1ac86b5

Browse files
douglasduteilguybedford
authored andcommitted
chore(travis): better saucelabs name
Replace the TRAVIS_BUILD_NUMBER by the TRAVIS_JOB_NUMBER So saucelabs can make a difference between the jobs in the same build. It will log "TRAVIS #6.1" or "TRAVIS #6.2" instead of just "TRAVIS #6"
1 parent 17ebe79 commit 1ac86b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module.exports = function(config) {
113113
var buildData = options.travis ?
114114
{
115115
location: 'TRAVIS',
116-
name: process.env.TRAVIS_BUILD_NUMBER,
116+
name: process.env.TRAVIS_JOB_NUMBER,
117117
id: process.env.TRAVIS_BUILD_ID
118118
}
119119
:

0 commit comments

Comments
 (0)