mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
chore(CI): use nodejs_8 for linting
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user