Skip to content

Commit

Permalink
fix: fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hu Chen committed May 3, 2020
1 parent 18db585 commit aac729a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aac729a

Please sign in to comment.