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

35 lines
640 B
YAML
Raw Normal View History

language: ruby
env:
- ARUBA_TIMEOUT=240
before_install:
- gem update --system
2020-01-17 15:09:11 -05:00
- gem update bundler
- gem cleanup bundler
cache: bundler
rvm:
- 2.3
2020-01-17 15:09:11 -05:00
# - 2.4
# - 2.5
# - 2.6
# - ruby-head
branches:
only:
- master
install:
- "bundle install --retry 3 --jobs 8"
gemfile:
- gemfiles/rails4.2.gemfile
2020-01-17 15:09:11 -05:00
# - gemfiles/rails5.0.gemfile
# - gemfiles/rails5.1.gemfile
# - gemfiles/rails5.2.gemfile
# - 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