Skip to content

Commit

Permalink
chore(tests): add Chrome and Firefox to Appveyor CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jul 25, 2018
1 parent 9562425 commit d79852d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -70,7 +70,7 @@ module.exports = function (config) {
} else if (isCi) {
// AppVeyor
if (isWindows) {
browsers = ['IE']
browsers = ['IE', 'ChromeHeadless', 'Firefox']
// Travis
} else {
browsers = ['ChromeHeadless', 'Firefox']
Expand Down

0 comments on commit d79852d

Please sign in to comment.