blob: 70265614dbcb9e82ba758fda2cd84dc3cd2f512d (
plain) (
tree)
|
|
script: "bundle exec rake && bundle exec rspec spec/"
notifications:
email:
- parndt@gmail.com
- ugis.ozolss@gmail.com
- joe@joesak.com
env:
- DB=postgres
- DB=mysql
- DB=sqlite3
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- rbx-2.0
- ree
- jruby
|