Skip to content

Commit b2aa57f

Browse files
committed
chore(build): switch to headless chrome
1 parent 8e420d8 commit b2aa57f

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,8 @@ sudo: required
88
addons:
99
chrome: stable
1010

11-
before_script:
12-
- "sudo chown root /opt/google/chrome/chrome-sandbox"
13-
- "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
14-
1511
jobs:
1612
include:
17-
- stage: lint
18-
script:
19-
- ng lint
2013
- stage: test
2114
script:
2215
- npm run test:lib:coverage

projects/ng-sortgrid-demo/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = function (config) {
2525
colors: true,
2626
logLevel: config.LOG_INFO,
2727
autoWatch: true,
28-
browsers: ['Chrome'],
28+
browsers: ['ChromeHeadless'],
2929
singleRun: false,
3030
restartOnFileChange: true
3131
});

projects/ng-sortgrid/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = function (config) {
2525
colors: true,
2626
logLevel: config.LOG_INFO,
2727
autoWatch: true,
28-
browsers: ['Chrome'],
28+
browsers: ['ChromeHeadless'],
2929
singleRun: false,
3030
restartOnFileChange: true
3131
});

0 commit comments

Comments
 (0)