summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 59bb791ddeb707d798990f48c7a9333a9ca0877c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
rvm:
  - 1.8.7
  - ree
  - 1.9.3
  - 2.0.0
  - ruby-head
  - jruby-18mode
  - jruby-19mode
  - jruby-head
  - rbx-18mode
  - rbx-19mode
branches:
  only:
    - master
matrix:
  allow_failures:
    - rvm: rbx-18mode
    - rvm: rbx-19mode
script: "rake test" # test:scanners"