File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ services:
1313 - mysql
1414
1515node_js :
16+ - " 8.10.0"
1617 - " 7.5"
1718 - " 7"
1819 - " 6.9.5"
@@ -27,4 +28,4 @@ before_install:
2728 - " test ! -d node_modules || npm prune"
2829 - " test ! -d node_modules || npm rebuild"
2930script : " npm run-script coverage"
30- after_script : " npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
31+ after_script : " npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
Original file line number Diff line number Diff line change 33
44environment :
55 matrix :
6+ - nodejs_version : " 8.10.0"
67 - nodejs_version : " 7.5"
78 - nodejs_version : " 7"
89 - nodejs_version : " 6.9.5"
@@ -27,4 +28,4 @@ test_script:
2728 - set CONFIG_FILE=config/config.testwin.js
2829 - node_modules\.bin\npm run test-win
2930build : off
30- version : " {build}"
31+ version : " {build}"
You can’t perform that action at this time.
0 commit comments