1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Test with Ruby 2.7

This commit is contained in:
Daniel Colson 2020-01-17 15:05:35 -05:00
parent 2e485eb6bf
commit 30c537a561

View file

@ -3,6 +3,7 @@ rvm:
- 2.4
- 2.5
- 2.6
- 2.7
- jruby-9.2.8.0
- ruby-head
before_install:
@ -23,6 +24,8 @@ matrix:
gemfile: gemfiles/6.0.gemfile
- rvm: 2.4
gemfile: gemfiles/6.0.gemfile
- rvm: 2.7
gemfile: gemfiles/4.2.gemfile
fast_finish: true
allow_failures:
- rvm: ruby-head