Skip to content

Commit b1e1dac

Browse files
committed
chore(*): update travis to run with ChromeHeadless
1 parent 22dfa4e commit b1e1dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = function (config) {
3838
colors: true,
3939
logLevel: config.LOG_INFO,
4040
autoWatch: true,
41-
browsers: ['Chrome'],
41+
browsers: ['ChromeHeadless'],
4242
singleRun: false
4343
});
4444
};

0 commit comments

Comments
 (0)