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