Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
cache: bundler

rvm:
- 2.7.2
- 2.6.5
- 2.5.7
- ruby-head
Expand Down Expand Up @@ -48,6 +49,10 @@ matrix:
env: BRANCH=5-2-stable
- rvm: 2.6.5
env: BRANCH=6-0-stable
- rvm: 2.7.2
env: BRANCH=6-0-stable
- rvm: 2.7.2
env: BRANCH=6-1-stable

notifications:
email: false
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

git_source(:github) { |repo| "https://github.com/#{repo}" }

branch = ENV.fetch("BRANCH", "master")
branch = ENV.fetch("BRANCH", "main")
gem "activesupport", github: "rails/rails", branch: branch
gem "activemodel", github: "rails/rails", branch: branch
gem "activejob", github: "rails/rails", branch: branch
Expand Down