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

Update travis.yml to run against latest versions of Ruby instead of specifying patchlevel

This commit is contained in:
Joshua Clayton 2012-01-07 22:33:25 -05:00
parent d918c1ddae
commit b734b589f8

View file

@ -1,7 +1,8 @@
rvm:
- ree-1.8.7-2011.03
- 1.8.7-p352
- 1.9.2-p290
- ree-1.8.7
- 1.8.7
- 1.9.2
- 1.9.3
script: "bundle exec rake spec:unit spec:acceptance features"
gemfile:
- gemfiles/2.1.gemfile