.travis.yml
22 lines
| 372 B
| text/x-yaml
|
YamlLexer
|
r12412 | language: ruby | ||
|
r12400 | notifications: | ||
email: | ||||
- parndt@gmail.com | ||||
|
r12412 | script: bundle exec rspec spec | ||
|
r12400 | env: | ||
- DB=sqlite3 | ||||
- DB=sqlite3mem | ||||
|
r12412 | - DB=postgresql | ||
- DB=mysql | ||||
|
r12400 | rvm: | ||
|
r12412 | - 2.0.0 | ||
|
r12400 | - 1.9.3 | ||
|
r12412 | - 1.8.7 | ||
- rbx-19mode | ||||
- jruby-19mode | ||||
- rbx-18mode | ||||
- jruby-18mode | ||||
|
r12402 | gemfile: | ||
- gemfiles/Gemfile.rails-3.0.rb | ||||
- gemfiles/Gemfile.rails-3.1.rb | ||||
|
r12412 | - gemfiles/Gemfile.rails-3.2.rb | ||