Skip to content

Commit

Permalink
Lets try this
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed May 28, 2020
1 parent 81538f0 commit c936a7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/dummy/config/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c936a7f

Please sign in to comment.