Skip to content

Commit

Permalink
ci(travis): update to allow publishing on next and next-major branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Oct 12, 2020
1 parent f2af85f commit 3e04f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fast_finish: true
include:
- stage: release
if: branch = master
if: branch IN (master, next, next-major)
node_js: lts/*
script: skip
deploy:
Expand Down

0 comments on commit 3e04f0a

Please sign in to comment.