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
Daniel Colson 870bf2a2f4 Run standard on CI
To ensure we run standard before merging any PR, this commit adds
standard to Travis CI
2020-06-10 17:13:56 -04:00

24 lines
403 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
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head