Skip to content

Commit

Permalink
chore(build): add tunnelIdentifier to karma build
Browse files Browse the repository at this point in the history
This should fix saucelabs connection issues on travis
  • Loading branch information
keithamus committed Mar 13, 2016
1 parent 56b69f7 commit e6852dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module.exports = function configureKarma(config) {
browsers: localBrowsers.concat(Object.keys(sauceLabsBrowsers)),
sauceLabs: {
testName: packageJson.name,
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER || new Date().getTime(),
recordVideo: true,
startConnect: ('TRAVIS' in process.env) === false,
tags: [
Expand Down

0 comments on commit e6852dd

Please sign in to comment.