Experiment with a different tunnel id.

This commit is contained in:
John-David Dalton
2013-11-02 13:44:31 -07:00
parent d38b3d09ba
commit 3b128f844b

View File

@@ -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;