Skip to content

Commit

Permalink
Merge branch 'test-against-ruby-272' into master
Browse files Browse the repository at this point in the history
* test-against-ruby-272:
  Test against Ruby 2.7.2
  • Loading branch information
tagliala committed Oct 9, 2020
2 parents 31e1e4a + b73c72b commit 71b29fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rvm:
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
- 2.7.2
- ruby-head

addons:
Expand Down Expand Up @@ -43,11 +43,11 @@ jobs:
gemfile: gemfiles/rails_6.0.gemfile
- rvm: 2.4.10
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.7.1
- rvm: 2.7.2
gemfile: gemfiles/rails_5.0.gemfile
- rvm: 2.7.1
- rvm: 2.7.2
gemfile: gemfiles/rails_5.1.gemfile
- rvm: 2.7.1
- rvm: 2.7.2
gemfile: gemfiles/rails_5.2.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails_5.0.gemfile
Expand Down

0 comments on commit 71b29fe

Please sign in to comment.