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


                            
    
       
         
         
         
         


                 



                                      
script: 
  - "rake test"
  - "gem build arel.gemspec"
rvm:
  - rbx
  - jruby
  - 1.9.3
  - 2.0.0
  - 2.1.1
matrix:
  allow_failures:
    - rvm: rbx
notifications:
  email: false
  irc:
    - "irc.freenode.org#rails-contrib"