Commit b23ff97a authored by Johann-S's avatar Johann-S Committed by XhmikosR
Browse files

Specify Travis job ID.

parent bec0eb21
Showing with 3 additions and 2 deletions
+3 -2
......@@ -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
})
......
......@@ -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",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment