We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3460f commit c149719Copy full SHA for c149719
.travis.yml
@@ -20,7 +20,7 @@ jobs:
20
- RAILS_ENV=test bundle exec rake test
21
- RAILS_ENV=test bundle exec rake db:migrate && bundle exec rspec --color --format doc
22
- stage: Build & Publish
23
- if: branch = master AND type != pull_request
+ if: branch IN ("master", "beta") AND type != pull_request
24
language: node_js
25
node_js: lts/*
26
before_install:
@@ -33,4 +33,5 @@ jobs:
33
gem: forest_liana
34
gemspec: forest_liana.gemspec
35
on:
36
+ all_branches: true
37
condition: [ -f ./.trigger-rubygem-release ]
0 commit comments