1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/.travis.yml
Matijs van Zuijlen 24f6d212f5
Get default strategy registration working on JRuby
fixes #1331

The commit avoids a bug in JRuby, and adds JRuby back to the test matrix
so we can catch regressions in the future.
2019-10-02 18:56:58 -04:00

34 lines
591 B
YAML

rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- jruby-9.2.8.0
- ruby-head
before_install:
- gem update --system
- gem update bundler
- gem cleanup bundler
install: "bundle install --jobs 8"
script: "bundle exec rake"
gemfile:
- gemfiles/4.2.gemfile
- gemfiles/5.0.gemfile
- gemfiles/5.1.gemfile
- gemfiles/5.2.gemfile
- gemfiles/6.0.gemfile
matrix:
exclude:
- rvm: 2.3
gemfile: gemfiles/6.0.gemfile
- rvm: 2.4
gemfile: gemfiles/6.0.gemfile
fast_finish: true
allow_failures:
- rvm: ruby-head
branches:
only:
- master
sudo: false
cache: bundler