Skip to content

Commit

Permalink
Remove IE11 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Jun 18, 2021
1 parent 96a7854 commit eed06eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/dummy/config/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ const browsers = ['last 1 Chrome versions', 'last 1 Firefox versions', 'last 1 S
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 eed06eb

Please sign in to comment.