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