summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 63a9b0b8e56a8f47b380ae88779982f2b136bb00 (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"