Skip to content

Commit 6a76884

Browse files
committed
chore(test): remove IE11 from targets
1 parent 2b448d8 commit 6a76884

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tests/dummy/config/targets.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ const browsers = [
66
'last 1 Safari versions'
77
];
88

9-
const isCI = !!process.env.CI;
10-
const isProduction = process.env.EMBER_ENV === 'production';
11-
12-
if (isCI || isProduction) {
13-
browsers.push('ie 11');
14-
}
9+
// const isCI = !!process.env.CI;
10+
// const isProduction = process.env.EMBER_ENV === 'production';
1511

1612
module.exports = {
1713
browsers

0 commit comments

Comments
 (0)