Skip to content

Commit

Permalink
chore: update semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
azz authored Aug 21, 2020
1 parent 5360691 commit 9765d16
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ script:
- yarn lint
- yarn build
- yarn test
after_success:
- npm install -g semantic-release@11 travis-deploy-once@4
- travis-deploy-once "yarn semantic-release"
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release@15
on:
branch: master
node_js: '12'
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 9765d16

Please sign in to comment.