From aac729a1a63d9b633bdd340e00c9d24da597b8ed Mon Sep 17 00:00:00 2001 From: Hu Chen Date: Sun, 3 May 2020 21:17:21 +0800 Subject: [PATCH] fix: fix travis config --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index acd51b8..746b554 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,12 +10,13 @@ node_js: install: - yarn global add codecov - yarn install -script: - - yarn validate - - codecov jobs: include: + - stage: test + script: + - yarn validate + - codecov - stage: release script: skip deploy: