Skip to content

Commit

Permalink
ci(publish): enabled for all branches
Browse files Browse the repository at this point in the history
so that semantic-release can control which branches it publishes from
  • Loading branch information
travi committed Dec 14, 2018
1 parent 2929136 commit a532754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ deploy:
provider: script
skip_cleanup: true
script: npx semantic-release@beta
on:
all_branches: true
env:
global:
- FORCE_COLOR=1
Expand Down

0 comments on commit a532754

Please sign in to comment.