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
Dan Croak 39217eb028 Update Travis to run against latest Ruby, Rails
* Set up Appraisal before running `rake`.
* Add Ruby 2.1.2 to the testing matrix.
* Reduce the Travis matrix size.
2014-05-27 00:41:28 -07:00

16 lines
260 B
YAML

language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- jruby-19mode
jdk:
- openjdk6
branches:
only:
- master
install:
- "travis_retry bundle install"
- "bundle exec appraisal generate"
- "travis_retry bundle exec appraisal install"