Skip to content

Commit

Permalink
bump from ie11 to since 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed May 28, 2020
1 parent b2af018 commit 81538f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/config/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const isCI = !!process.env.CI;
const isProduction = process.env.EMBER_ENV === 'production';

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

module.exports = {
Expand Down

0 comments on commit 81538f0

Please sign in to comment.