|
before_install: gem install bundler --pre
|
|
notifications:
|
|
email:
|
|
- parndt@gmail.com
|
|
env:
|
|
- DB=sqlite3
|
|
- DB=sqlite3mem
|
|
rvm:
|
|
- 1.8.7
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- rbx
|
|
- jruby
|
|
gemfile:
|
|
- gemfiles/Gemfile.rails-3.0.rb
|
|
- gemfiles/Gemfile.rails-3.1.rb
|
|
- gemfiles/Gemfile.rails-3.2.rb |