mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
25 lines
433 B
YAML
25 lines
433 B
YAML
language: ruby
|
|
env:
|
|
- ARUBA_TIMEOUT=240
|
|
cache: bundler
|
|
rvm:
|
|
- 2.5
|
|
- 2.6
|
|
- 2.7
|
|
- ruby-head
|
|
branches:
|
|
only:
|
|
- master
|
|
install:
|
|
- "bundle install --retry 3 --jobs 8"
|
|
script: "bundle exec rake"
|
|
gemfile:
|
|
- gemfiles/rails5.0.gemfile
|
|
- gemfiles/rails5.1.gemfile
|
|
- gemfiles/rails5.2.gemfile
|
|
- gemfiles/rails6.0.gemfile
|
|
- gemfiles/rails6.1.gemfile
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- rvm: ruby-head
|