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 aac729a commit a0d9ed1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
- yarn validate
- codecov
- stage: release
script: skip
if: branch = master
script:
- yarn build
deploy:
provider: script
skip_cleanup: true
script:
- yarn build
- yarn semantic-release
on:
branch: master
- npx semantic-release

0 comments on commit a0d9ed1

Please sign in to comment.