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

                   
       
         
         
         
         



                                      
script: "rake test"
rvm:
  - rbx
  - jruby
  - 1.9.3
  - 2.0.0
  - 2.1.0
notifications:
  email: false
  irc:
    - "irc.freenode.org#rails-contrib"