Skip to content

Commit

Permalink
Merge pull request #456 from NullVoxPopuli/get-ci-green
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 5, 2023
2 parents ef29761 + 17c9a91 commit 364d3f1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/dummy/config/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

const browsers = ['last 1 Chrome versions', 'last 1 Firefox versions', 'last 1 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 364d3f1

Please sign in to comment.