mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -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:
|
node_js:
|
||||||
- "8"
|
- "8"
|
||||||
- "6"
|
- "6"
|
||||||
- "4"
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
@@ -10,6 +9,9 @@ jobs:
|
|||||||
script: npm run lint
|
script: npm run lint
|
||||||
- name: 'Coverage'
|
- name: 'Coverage'
|
||||||
script: npm run coverage && npm run coveralls
|
script: npm run coverage && npm run coveralls
|
||||||
|
- name: 'E2E on Node.js 4'
|
||||||
|
script: npm run e2e
|
||||||
|
node_js: "4"
|
||||||
- stage: release
|
- stage: release
|
||||||
if: branch = master
|
if: branch = master
|
||||||
script: skip
|
script: skip
|
||||||
|
|||||||
Reference in New Issue
Block a user