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

                   
              


         
         



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