Skip to content

Commit

Permalink
Add Ruby 2.7 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jun 12, 2020
1 parent 3df265d commit b3008ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rvm:
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head

addons:
Expand Down Expand Up @@ -42,6 +43,12 @@ matrix:
gemfile: gemfiles/rails_5_0.gemfile
- rvm: 2.6
gemfile: gemfiles/rails_5_1.gemfile
- rvm: 2.7
gemfile: gemfiles/rails_4_2.gemfile
- rvm: 2.7
gemfile: gemfiles/rails_5_0.gemfile
- rvm: 2.7
gemfile: gemfiles/rails_5_1.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails_4_2.gemfile
- rvm: ruby-head
Expand Down

0 comments on commit b3008ae

Please sign in to comment.