Skip to content

Commit da17983

Browse files
authored
Merge branch '8.1.x' into dpetev/combo-control-touched-8.1
2 parents 62b2599 + 1278894 commit da17983

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
sudo: required
22
dist: xenial
33
addons:
4-
apt:
5-
sources:
6-
- google-chrome
7-
packages:
8-
- google-chrome-stable
4+
chrome: stable
95
services:
106
- xvfb
117
language: node_js

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)