aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 8e5462c44051ca8e346790444156cc822340d9db (plain) (tree)
1
2
3
4
5
6
7
8
9
              


                            
    
       
         
         
         

             


                 



                                      
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"