0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Specify Travis job ID.

This commit is contained in:
Johann-S 2017-09-28 17:01:06 +03:00 committed by XhmikosR
parent bec0eb21d5
commit b23ff97a85
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ const JSUnitSaucelabs = require('jsunitsaucelabs')
const jsUnitSaucelabs = new JSUnitSaucelabs({ const jsUnitSaucelabs = new JSUnitSaucelabs({
username: process.env.SAUCE_USERNAME, username: process.env.SAUCE_USERNAME,
password: process.env.SAUCE_ACCESS_KEY password: process.env.SAUCE_ACCESS_KEY,
build: process.env.TRAVIS_JOB_ID
}) })

View File

@ -90,7 +90,7 @@
"grunt-cli": "^1.2.0", "grunt-cli": "^1.2.0",
"grunt-saucelabs": "^9.0.0", "grunt-saucelabs": "^9.0.0",
"htmllint-cli": "^0.0.6", "htmllint-cli": "^0.0.6",
"jsunitsaucelabs": "^1.0.0", "jsunitsaucelabs": "^1.1.0",
"node-sass": "^4.5.3", "node-sass": "^4.5.3",
"nodemon": "^1.11.0", "nodemon": "^1.11.0",
"npm-run-all": "^4.0.2", "npm-run-all": "^4.0.2",