mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 04:40:39 -07:00
chore(CI): mv lint and covereage to test phase
This commit is contained in:
+3
-2
@@ -5,9 +5,10 @@ node_js:
|
||||
- "4"
|
||||
jobs:
|
||||
include:
|
||||
- stage: lint
|
||||
- stage: test
|
||||
name: 'Linting'
|
||||
script: npm run lint
|
||||
- stage: coverage
|
||||
- name: 'Coverage'
|
||||
script: npm run coverage && npm run coveralls
|
||||
- stage: release
|
||||
if: branch = master
|
||||
|
||||
Reference in New Issue
Block a user