.travis.yml
13 lines
| 185 B
| text/x-yaml
|
YamlLexer
|
r9346 | notifications: | |
email: | |||
- parndt@gmail.com | |||
env: | |||
- DB=sqlite3 | |||
- DB=sqlite3mem | |||
- DB=postgresql | |||
- DB=mysql | |||
rvm: | |||
- 1.8.7 | |||
- 1.9.2 | |||
- 1.9.3 | |||
- rbx-2.0 | |||
- jruby |