Skip to content

Commit a4eec2b

Browse files
Temporarily disabling IE and Edge in CI
1 parent 806b870 commit a4eec2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

karma.conf.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ module.exports = karmaConfig({
1111
sourceDir: "lib",
1212
fixtures: "test/fixtures/**/*.js",
1313
browsers: {
14-
chrome: !host.os.windows,
14+
chrome: true,
1515
firefox: host.os.linux,
1616
safari: host.os.linux, // SauceLabs
17-
edge: host.os.linux, // SauceLabs
18-
ie: host.os.windows,
17+
edge: false, // host.os.linux, // SauceLabs
18+
ie: false, // host.os.windows,
1919
},
2020
});

0 commit comments

Comments
 (0)