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:
parent
27d75c872b
commit
3f2a8249f0
1 changed files with 2 additions and 0 deletions
|
@ -41,5 +41,7 @@ matrix:
|
||||||
gemfile: gemfiles/rails4.1.gemfile
|
gemfile: gemfiles/rails4.1.gemfile
|
||||||
- rvm: 2.5
|
- rvm: 2.5
|
||||||
gemfile: gemfiles/rails4.1.gemfile
|
gemfile: gemfiles/rails4.1.gemfile
|
||||||
|
- rvm: ruby-head
|
||||||
|
gemfile: gemfiles/rails4.1.gemfile
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
|
|
Loading…
Reference in a new issue