chore(CI): mv lint and covereage to test phase

This commit is contained in:
harttle
2019-01-28 18:57:25 +08:00
parent 57bdf17dea
commit f38ea63c14
+3 -2
View File
@@ -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