mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
17 lines
285 B
YAML
17 lines
285 B
YAML
rvm:
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- jruby-19mode
|
|
before_install:
|
|
- gem update --system
|
|
- bundle install
|
|
- bundle exec rake appraisal:install
|
|
jdk:
|
|
- openjdk6
|
|
gemfile:
|
|
- gemfiles/rails30.gemfile
|
|
- gemfiles/rails31.gemfile
|
|
- gemfiles/rails32.gemfile
|
|
branches:
|
|
only:
|
|
- master
|