aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 419ced76d387dd3787e3816a332e3996a863e3c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
script: "rake test"
rvm:
  - 1.8.7
  - rbx  
  - rbx-2.0
  - jruby
  - 1.9.2
  - 1.9.3
notifications:
  email: false
  irc:
    - "irc.freenode.org#rails-contrib"