Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
Builds aren't running for the next version of Rails, and these should be
built against the Ruby 2.6.
  • Loading branch information
gbp committed May 26, 2020
1 parent 90fbe8e commit faaf827
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,8 @@ matrix:
rvm: 2.3.3 # Debian Stretch
- if: type != pull_request
rvm: ruby-head
- if: head_branch =~ /^rails\b/
- if: head_branch =~ /^rails/
rvm: 2.6
gemfile: Gemfile.rails_next
allow_failures:
- rvm: 2.7
Expand Down

0 comments on commit faaf827

Please sign in to comment.