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

17 lines
266 B
YAML
Raw Normal View History

rvm:
- 1.9.2
- 1.9.3
- jruby-19mode
before_install:
- gem update --system
2012-12-07 11:00:44 -05:00
- bundle exec rake appraisal:install
jdk:
- openjdk6
gemfile:
- gemfiles/rails30.gemfile
- gemfiles/rails31.gemfile
- gemfiles/rails32.gemfile
branches:
only:
- master