blob: 8e5462c44051ca8e346790444156cc822340d9db (
plain) (
tree)
|
|
language: ruby
script:
- "rake test"
- "gem build arel.gemspec"
rvm:
- rbx
- jruby
- 1.9.3
- 2.0.0
- 2.1
- ruby-head
matrix:
allow_failures:
- rvm: rbx
notifications:
email: false
irc:
- "irc.freenode.org#rails-contrib"
|