From 463b8fa7586dbc386658e77d21137179508bb197 Mon Sep 17 00:00:00 2001 From: Paul Sauve Date: Tue, 27 Jun 2017 18:48:30 -0500 Subject: [PATCH] Didn't need that! --- scripts/travis-bench.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/travis-bench.js b/scripts/travis-bench.js index 7b813e1322..0ab0b4cfd6 100644 --- a/scripts/travis-bench.js +++ b/scripts/travis-bench.js @@ -3,7 +3,6 @@ const childProcess = require('child_process'); const username = process.env.SAUCE_USERNAME; const accessKey = process.env.SAUCE_ACCESS_KEY; -const tunnelIdentifier = process.env.TRAVIS_JOB_NUMBER; const build = process.env.TRAVIS_BUILD_NUMBER; const tags = [ process.env.TRAVIS_NODE_VERSION, 'CI' ]; const idleTimeout = 30; @@ -17,7 +16,6 @@ const args = [ username, accessKey, idleTimeout, - tunnelIdentifier, build, tags, }, @@ -28,7 +26,6 @@ const args = [ username, accessKey, idleTimeout, - tunnelIdentifier, build, tags, }, @@ -40,7 +37,6 @@ const args = [ username, accessKey, idleTimeout, - tunnelIdentifier, build, tags, }, @@ -51,7 +47,6 @@ const args = [ username, accessKey, idleTimeout, - tunnelIdentifier, build, tags, },