Skip to content

Commit

Permalink
pipeline: dryrun a release on develop as test before release
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 25, 2019
1 parent a5cec66 commit 8f05142
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ script:
after_success:
- npm run codecov
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
on:
branch: master
node: lts/*
- provider: script
skip_cleanup: true
script: npx semantic-release --dry-run --branch develop
on:
node: 10
branch: develop
- provider: script
skip_cleanup: true
script:
- npx semantic-release --branch master
on:
branch: master
node: 10

0 comments on commit 8f05142

Please sign in to comment.