Use travis jwt addon.

This commit is contained in:
John-David Dalton
2016-10-24 15:26:28 -07:00
parent 0c89b9aeb5
commit 6a9337434f
2 changed files with 4 additions and 6 deletions

View File

@@ -4,11 +4,6 @@
/** Environment shortcut. */
var env = process.env;
if (env.TRAVIS_SECURE_ENV_VARS == 'false') {
console.log('Skipping Sauce Labs jobs; secure environment variables are unavailable');
process.exit(0);
}
/** Load Node.js modules. */
var EventEmitter = require('events').EventEmitter,
http = require('http'),