mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
ff2d1d11c5
And drop support for EOL 2.3 (holding off on dropping 2.4 since the website hasn't yet been updated to show that it is EOL) https://www.ruby-lang.org/en/downloads/branches/
27 lines
451 B
YAML
27 lines
451 B
YAML
language: ruby
|
|
env:
|
|
- ARUBA_TIMEOUT=240
|
|
cache: bundler
|
|
rvm:
|
|
- 2.4
|
|
- 2.5
|
|
- 2.6
|
|
- 2.7
|
|
- ruby-head
|
|
branches:
|
|
only:
|
|
- master
|
|
install:
|
|
- "bundle install --retry 3 --jobs 8"
|
|
gemfile:
|
|
- gemfiles/rails5.0.gemfile
|
|
- gemfiles/rails5.1.gemfile
|
|
- gemfiles/rails5.2.gemfile
|
|
- gemfiles/rails6.0.gemfile
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- rvm: ruby-head
|
|
exclude:
|
|
- rvm: 2.4
|
|
gemfile: gemfiles/rails6.0.gemfile
|