We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a170d9 commit e40c0d2Copy full SHA for e40c0d2
Gruntfile.js
@@ -39,7 +39,7 @@ module.exports = function(grunt) {
39
all: {
40
options: {
41
username: process.env.SAUCE_USERNAME,
42
- key: process.env.SAUCE_ACCESS_KEY,
+ key: function() { return process.env.SAUCE_ACCESS_KEY; },
43
urls: ['http://127.0.0.1:3000/unittests.html'],
44
build: process.env.TRAVIS_JOB_ID,
45
testname: 'Sauce Unit Test for scrypt-async-js',
0 commit comments