From f38ea63c14d0c4cfd682bf9c168975989f5775c9 Mon Sep 17 00:00:00 2001 From: harttle Date: Mon, 28 Jan 2019 18:57:25 +0800 Subject: [PATCH] chore(CI): mv lint and covereage to test phase --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fbbed674c..ce7344ad8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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