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

Add travis.yml

Copied from factory_girl.
This commit is contained in:
Gabe Berke-Williams 2012-11-30 11:55:25 -05:00
parent 402e6ed84c
commit 6189e6028c

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
rvm:
- 1.9.2
- 1.9.3
- jruby-19mode
before_install:
- gem update --system
jdk:
- openjdk6
gemfile:
- gemfiles/rails30.gemfile
- gemfiles/rails31.gemfile
- gemfiles/rails32.gemfile
branches:
only:
- master