chore(CI): use nodejs_8 for linting

This commit is contained in:
harttle
2019-01-28 18:11:25 +08:00
parent 8a881ac69a
commit 42d799055a
+2 -1
View File
@@ -3,9 +3,10 @@ node_js:
- "8"
- "6"
- "4"
script: npm run lint && npm test
jobs:
include:
- stage: lint
script: npm run lint
- stage: coverage
script: npm run coverage && npm run coveralls
- stage: release