Skip to content

Commit

Permalink
ci: 完善ci配置
Browse files Browse the repository at this point in the history
  • Loading branch information
TabSpace committed Jul 23, 2020
1 parent c0d2965 commit cac6c34
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@ jobs:
- stage: test
script: npm run test
- stage: release
script: npm run semantic-release
node_js: lts/*
# Advanced: optionally overwrite your default `script` step to skip the tests
# script: skip
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release

0 comments on commit cac6c34

Please sign in to comment.