summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7c29c560108feb7966a4a93d35154e91f264ebe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - jruby-18mode
  - jruby-19mode
  - rbx-18mode
  - rbx-19mode
  - ruby-head  # test again later: RedCloth not compiling
  - jruby-head
  - ree
branches:
  only:
    - master
script: "rake test" # test:scanners"