thoughtbot--factory_bot/.travis.yml

29 lines
454 B
YAML

rvm:
- 2.3
- 2.4
- 2.5
- ruby-head
- rbx-2
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
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
branches:
only:
- master
sudo: false
cache: bundler