1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Travis-CI tests against sane versions of Ruby

This commit is contained in:
Joshua Clayton 2011-08-17 15:46:26 -04:00
parent 8af12f0acf
commit 17d47bd40b

View file

@ -1,6 +1,11 @@
rvm:
- 1.8.7
- 1.9.2
- ree-1.8.7-2010.02
- ree-1.8.7-2011.03
- 1.8.7-p174
- 1.8.7-p334
- 1.8.7-p352
- 1.9.2-p180
- 1.9.2-p290
script: "bundle exec rake spec:unit spec:acceptance features"
gemfile:
- gemfiles/2.1.gemfile