Test on Ruby 1.9.2 in travis, since that's what Heroku uses by default

This commit is contained in:
Evan Broder 2012-10-08 16:43:39 -07:00
parent f7a69489af
commit 79516e8552

View File

@ -1,6 +1,7 @@
language: ruby language: ruby
rvm: rvm:
- 1.8.7 - 1.8.7
- 1.9.2
- 1.9.3 - 1.9.3
gemfile: gemfile:
- gemfiles/default-with-activesupport.gemfile - gemfiles/default-with-activesupport.gemfile