File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,8 @@ sudo: required
88addons :
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-
1511jobs :
1612 include :
17- - stage : lint
18- script :
19- - ng lint
2013 - stage : test
2114 script :
2215 - npm run test:lib:coverage
Original file line number Diff line number Diff 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 } ) ;
Original file line number Diff line number Diff 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 } ) ;
You can’t perform that action at this time.
0 commit comments