Skip to content

Commit c149719

Browse files
authored
ci(beta): enable beta releases (#394)
1 parent 6b3460f commit c149719

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- RAILS_ENV=test bundle exec rake test
2121
- RAILS_ENV=test bundle exec rake db:migrate && bundle exec rspec --color --format doc
2222
- stage: Build & Publish
23-
if: branch = master AND type != pull_request
23+
if: branch IN ("master", "beta") AND type != pull_request
2424
language: node_js
2525
node_js: lts/*
2626
before_install:
@@ -33,4 +33,5 @@ jobs:
3333
gem: forest_liana
3434
gemspec: forest_liana.gemspec
3535
on:
36+
all_branches: true
3637
condition: [ -f ./.trigger-rubygem-release ]

0 commit comments

Comments
 (0)