From fa148fc45f7a754f560851981ddfeef98e2c4dd4 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sat, 26 Nov 2016 17:08:10 -0800 Subject: [PATCH] test --- scripts/facts-tracker/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/facts-tracker/index.js b/scripts/facts-tracker/index.js index 4706e19eaebc0..947f4c2c0e08c 100644 --- a/scripts/facts-tracker/index.js +++ b/scripts/facts-tracker/index.js @@ -31,6 +31,7 @@ function exec(command) { return execSync(command, options).toString(); } + var isInsideOfTravis = !!process.env.TRAVIS_REPO_SLUG; if (isInsideOfTravis) {