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
Daniel Colson 0adce4b4f4 Stop running travis with Rubinius
These tests have been failing for a while now, and I don't plan on
debugging the failures. If we can get them passing again, I would be
happy to add them back.
2018-11-25 23:55:42 -05:00

26 lines
427 B
YAML

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