From c936a7f7f392d6ecbe0ca64158dea43db74be7ee Mon Sep 17 00:00:00 2001 From: Scott Newcomer Date: Thu, 28 May 2020 09:50:22 -0500 Subject: [PATCH] Lets try this --- tests/dummy/config/targets.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/dummy/config/targets.js b/tests/dummy/config/targets.js index 5dad57b..9873d68 100644 --- a/tests/dummy/config/targets.js +++ b/tests/dummy/config/targets.js @@ -6,12 +6,12 @@ const browsers = [ 'last 1 Safari versions' ]; -const isCI = !!process.env.CI; -const isProduction = process.env.EMBER_ENV === 'production'; +// const isCI = !!process.env.CI; +// const isProduction = process.env.EMBER_ENV === 'production'; -if (isCI || isProduction) { - browsers.push('since 2015'); -} +// if (isCI || isProduction) { +// browsers.push('since 2015'); +// } module.exports = { browsers