Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
pipeline: add semantic release to travis for predictable releases (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Sep 30, 2018
1 parent 4c3205c commit c2c9b79
Show file tree
Hide file tree
Showing 3 changed files with 6,129 additions and 772 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,18 @@ script:
- npm test -- --coverage
after_success:
- npx codecov
deploy:
- provider: script
skip_cleanup: true
script:
- npx semantic-release --dry-run --branch develop
on:
branch: develop
node: lts/*
- provider: script
skip_cleanup: true
script:
- npx semantic-release
on:
branch: master
node: lts/*
Loading

0 comments on commit c2c9b79

Please sign in to comment.