1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

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.
This commit is contained in:
Dan Croak 2014-05-26 20:42:09 -07:00
parent 311605a825
commit 39217eb028

View file

@ -3,20 +3,14 @@ cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- jruby-19mode
before_install:
- gem update --system
- gem install turn --version 0.8.2
- gem install turn --version 0.8.3
jdk:
- openjdk6
gemfile:
- gemfiles/rails3.2.gemfile
- gemfiles/rails4.0.gemfile
- gemfiles/rails4.1.gemfile
branches:
only:
- master
install:
- "travis_retry bundle install"
- "bundle exec appraisal generate"
- "travis_retry bundle exec appraisal install"