mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 20:30:39 -07:00
chore(CI): skip unit test on node_js 4
This commit is contained in:
+3
-1
@@ -2,7 +2,6 @@ language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- "6"
|
||||
- "4"
|
||||
jobs:
|
||||
include:
|
||||
- stage: test
|
||||
@@ -10,6 +9,9 @@ jobs:
|
||||
script: npm run lint
|
||||
- name: 'Coverage'
|
||||
script: npm run coverage && npm run coveralls
|
||||
- name: 'E2E on Node.js 4'
|
||||
script: npm run e2e
|
||||
node_js: "4"
|
||||
- stage: release
|
||||
if: branch = master
|
||||
script: skip
|
||||
|
||||
Reference in New Issue
Block a user