File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1- dist : trusty
2- sudo : required
31language : node_js
42node_js :
5- - " 12"
3+ - " 10"
4+
5+ dist : trusty
6+ sudo : required
67
7- os :
8- - linux
98addons :
109 chrome : stable
1110
Original file line number Diff line number Diff line change 99 "format:write" : " prettier --write 'projects/**/*.ts'" ,
1010 "test" : " ng test" ,
1111 "test:coverage" : " ng test --code-coverage --watch=false" ,
12- "test:lib" : " " ,
12+ "test:lib" : " ng test --project ng-sortgrid " ,
1313 "test:lib:coverage" : " ng test ng-sortgrid --code-coverage --watch=false" ,
1414 "report-coverage:lib" : " cat ./coverage/ng-sortgrid/lcov.info | codecov" ,
1515 "build" : " npm run build:lib && npm run build:demo" ,
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