Skip to content

Commit

Permalink
feature: integrate semantic release in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed May 20, 2018
1 parent eb3aa6c commit cbe0582
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ script:
- npm run build
after_success:
- npx codecov
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
on:
branch: master
node: lts/*

0 comments on commit cbe0582

Please sign in to comment.