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:
parent
d918c1ddae
commit
b734b589f8
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue