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

                   
              
         
         
         



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