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







                   
             



                                      
script: "rake test"
rvm:
  - 1.8.7
  - rbx  
  - rbx-2.0
  - jruby
  - 1.9.2
  - 1.9.3
  - ruby-head
notifications:
  email: false
  irc:
    - "irc.freenode.org#rails-contrib"