Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #436 from Turbo87/ie11
Browse files Browse the repository at this point in the history
Always run tests in IE11 mode
  • Loading branch information
rwjblue authored Mar 3, 2019
2 parents 44ba175 + 57dc203 commit a52533b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/dummy/config/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@
const browsers = [
'last 1 Chrome versions',
'last 1 Firefox versions',
'last 1 Safari versions'
'last 1 Safari versions',
'ie 11'
];

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 a52533b

Please sign in to comment.