From 2fc76bb85323f2d68cd903c0465461cdd722faaf Mon Sep 17 00:00:00 2001 From: Paul Sauve Date: Tue, 4 Jul 2017 16:04:22 -0500 Subject: [PATCH] We've come to this --- scripts/travis-bench.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/travis-bench.js b/scripts/travis-bench.js index ffe7f1aecc..1e8e5e3b1b 100644 --- a/scripts/travis-bench.js +++ b/scripts/travis-bench.js @@ -8,6 +8,8 @@ const accessKey = process.env.BROWSER_KEY; const build = process.env.TRAVIS_BUILD_NUMBER; const pullRequest = process.env.TRAVIS_PULL_REQUEST; +console.log(username.length, accessKey ? accessKey.length : typeof accessKey); + if (pullRequest === 'false') { console.log('Benchmark skipped.'); process.exit(0);