summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 07d8efe08c1ebdf2c60e1936b55b0705e525fdbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: ruby
rvm:
  - 2.1.0
  - 2.0.0
  - 1.9.3
  - 1.8.7
  - jruby-18mode
  - jruby-19mode
  - rbx-2
#script: rake test test_us_ascii
notifications:
  email: false
  irc: "irc.freenode.org#asciidoctor"