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