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

34 lines
639 B
YAML
Raw Normal View History

language: ruby
env:
- ARUBA_TIMEOUT=240
before_install:
- gem update --system
- rvm @default,@global do gem uninstall bundler -v 2.0.2 -x
cache: bundler
rvm:
- 2.3
- 2.4
- 2.5
2019-01-05 22:30:30 -05:00
- 2.6
2018-06-14 22:27:36 -04:00
- ruby-head
branches:
only:
- master
install:
- "bundle install --retry 3 --jobs 8"
gemfile:
- gemfiles/rails4.2.gemfile
2016-04-01 11:04:52 -04:00
- gemfiles/rails5.0.gemfile
- gemfiles/rails5.1.gemfile
- gemfiles/rails5.2.gemfile
2019-02-13 21:22:39 -05:00
- gemfiles/rails6.0.gemfile
2016-04-01 11:04:52 -04:00
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
2019-02-13 21:22:39 -05:00
exclude:
- rvm: 2.3
gemfile: gemfiles/rails6.0.gemfile
- rvm: 2.4
gemfile: gemfiles/rails6.0.gemfile