1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Don't run Rails 4.1 with Ruby head on travis

Rails 4.1 does not work with Ruby 2.4 or higher, so no need to run a
combination we know will fail.
This commit is contained in:
Daniel Colson 2018-07-17 09:12:00 -04:00
parent 27d75c872b
commit 3f2a8249f0

View file

@ -41,5 +41,7 @@ matrix:
gemfile: gemfiles/rails4.1.gemfile
- rvm: 2.5
gemfile: gemfiles/rails4.1.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails4.1.gemfile
allow_failures:
- rvm: ruby-head