Skip to content

Commit

Permalink
Merge pull request #952 from mileszs/travis-2.7
Browse files Browse the repository at this point in the history
Add Ruby 2.7 to test matrix
  • Loading branch information
unixmonkey authored Oct 31, 2020
2 parents b56c46a + 3acbc96 commit 751ed8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ matrix:
before_install:
- gem update --system
- gem install bundler
- rvm: 2.7
gemfile: gemfiles/6.0.gemfile
before_install:
- gem update --system
- gem install bundler
- rvm: 2.6
gemfile: gemfiles/rails_edge.gemfile
before_install:
Expand Down

0 comments on commit 751ed8b

Please sign in to comment.