Add Ruby 2.7.0 to TravisCI

This commit is contained in:
Gui Vieira 2019-12-27 14:23:03 -08:00
parent 94b5b2a852
commit a85b990e33
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ rvm:
- 2.4.6
- 2.5.5
- 2.6.3
- 2.7.0
gemfile:
- gemfiles/rails_4_2.gemfile
- gemfiles/rails_5_0.gemfile
@ -22,6 +23,8 @@ matrix:
gemfile: gemfiles/rails_6_0.gemfile
- rvm: 2.6.3
gemfile: gemfiles/rails_4_2.gemfile
- rvm: 2.7.0
gemfile: gemfiles/rails_4_2.gemfile
cache: bundler
# Source: <https://docs.travis-ci.com/user/languages/ruby/#bundler-20>
before_install: