summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 14001c40d3572ddfc82e66609670dea95b38ce00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
rvm:
  - 1.8.7
  - 1.9.2
  - ruby-head
  - rbx
  - rbx-2.0
  - ree
  - jruby
branches:
  only:
    - master
    - stable
script: "rake test" # test:scanners"