Skip to content

Commit

Permalink
Don't reveal SauceLabs private key
Browse files Browse the repository at this point in the history
  • Loading branch information
dchambers committed Aug 10, 2015
1 parent 9540571 commit 174eb99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ sudo: false
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
env:
global:
- secure: VHYOzjYin4xJyZVH3mn/WDzD3VIAHTVqW9bTFE3suOIUyRX9xxUYzjSmsxIaH5dekKwRi99GowPbFRXSmgnb8WtA30sw8dMj1feZ4r0MiqZGKPOOTO/Z+Gu8vmfpbnZu9E7bP0Cjt0OMy1fsSuKIbZWmL5QxNtLsuS9sO955j74=
- secure: Rx6u/Yd5Y3ew0d3LL9wITHZFG8IqelMDUwhLe7i/wLUWHmLUBTBWBhJuFnB1AX/mVaxCKvMWgRLrSHhb/JlSFnT/KocahboIOD36XJfrqxYVSobuoJ+gIUtOTihkDOQUqRUp+vp46hFLSkEH6/GGuC57ZPGsw55NNnGZxRjdRTE=
1 change: 0 additions & 1 deletion karma-saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = function(config) {
sauceLabs: {
testName: 'fell tests',
username: 'bladerunnerjs',
accessKey: 'c4d7ffe8-6b82-4f8c-9dbf-550bdfe18126',
connectOptions: {
logfile: 'sauce_connect.log'
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
"test:node:debug": "mocha test -w",
"test:browser": "karma start",
"test:browser:debug": "karma start karma-debug.conf.js",
"test:saucelabs": "karma start karma-saucelabs.conf.js",
"test:saucelabs": "envcheck SAUCE_ACCESS_KEY && karma start karma-saucelabs.conf.js",
"test:performance": "node test-performance.js"
},
"devDependencies": {
"browserify": "^11.0.1",
"core-js": "^1.0.1",
"env-check": "^0.0.1",
"eslint": "^0.24.1",
"expectations": "^0.5.1",
"karma": "^0.13.6",
Expand Down

0 comments on commit 174eb99

Please sign in to comment.