Skip to content

Commit

Permalink
update targets
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Mar 21, 2020
1 parent 1b3ce51 commit 60d5a03
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions tests/dummy/config/targets.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
'use strict';

const browsers = [
'last 1 Chrome versions',
'last 1 Firefox versions',
'last 1 Safari versions'
'last 2 Chrome versions',
'last 2 Firefox versions',
'last 2 Safari versions'
];

const isCI = !!process.env.CI;
const isProduction = process.env.EMBER_ENV === 'production';

if (isCI || isProduction) {
browsers.push('ie 11');
}

module.exports = {
browsers
};

0 comments on commit 60d5a03

Please sign in to comment.