Skip to content

Commit

Permalink
Specify Travis job ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S authored and XhmikosR committed Sep 29, 2017
1 parent bec0eb2 commit b23ff97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/saucelabs-unit-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const JSUnitSaucelabs = require('jsunitsaucelabs')

const jsUnitSaucelabs = new JSUnitSaucelabs({
username: process.env.SAUCE_USERNAME,
password: process.env.SAUCE_ACCESS_KEY
password: process.env.SAUCE_ACCESS_KEY,
build: process.env.TRAVIS_JOB_ID
})


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"grunt-cli": "^1.2.0",
"grunt-saucelabs": "^9.0.0",
"htmllint-cli": "^0.0.6",
"jsunitsaucelabs": "^1.0.0",
"jsunitsaucelabs": "^1.1.0",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",
"npm-run-all": "^4.0.2",
Expand Down

0 comments on commit b23ff97

Please sign in to comment.