Skip to content

Commit

Permalink
feat: run release on beta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeansanchez committed Feb 2, 2021
1 parent ebed795 commit e4e8d92
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ node_js:
- node
- lts/*

jobs:
include:
- stage: release
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
on:
branches: beta

0 comments on commit e4e8d92

Please sign in to comment.