language: ruby notifications: email: - parndt@gmail.com script: bundle exec rspec spec env: - DB=sqlite3 - DB=sqlite3mem - DB=postgresql - DB=mysql rvm: - 2.0.0 - 1.9.3 - 1.8.7 - rbx-19mode - jruby-19mode - rbx-18mode - jruby-18mode gemfile: - gemfiles/Gemfile.rails-3.0.rb - gemfiles/Gemfile.rails-3.1.rb - gemfiles/Gemfile.rails-3.2.rb