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

                   
              
         
         
         
         



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