aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 0eb36dcda285931279034049b99727eb63af0098 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
script: "rake test"
rvm:
  - rbx
  - jruby
  - 1.9.3
  - 2.0.0
  - 2.1.0
matrix:
  allow_failures:
    - rvm: rbx
notifications:
  email: false
  irc:
    - "irc.freenode.org#rails-contrib"