mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Experiment with a different tunnel id.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
var port = 8081,
|
||||
username = process.env.SAUCE_USERNAME,
|
||||
accessKey = process.env.SAUCE_ACCESS_KEY,
|
||||
tunnelId = 'lodash_' + process.env.TRAVIS_JOB_NUMBER;
|
||||
tunnelId = 'lodash' + process.env.TRAVIS_JOB_NUMBER.replace(/\./g, '');
|
||||
|
||||
var runnerPathname = (function() {
|
||||
var args = process.argv;
|
||||
|
||||
Reference in New Issue
Block a user