We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62b2599 + 1278894 commit da17983Copy full SHA for da17983
.travis.yml
@@ -1,11 +1,7 @@
1
sudo: required
2
dist: xenial
3
addons:
4
- apt:
5
- sources:
6
- - google-chrome
7
- packages:
8
- - google-chrome-stable
+ chrome: stable
9
services:
10
- xvfb
11
language: node_js
projects/igniteui-angular/karma.conf.js
@@ -38,7 +38,7 @@ module.exports = function (config) {
38
colors: true,
39
logLevel: config.LOG_INFO,
40
autoWatch: true,
41
- browsers: ['Chrome'],
+ browsers: ['ChromeHeadless'],
42
singleRun: false
43
});
44
};
0 commit comments