summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f43dd653e90f96d7abc3515c6f59b0a3bc645df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: ruby
rvm:
  - 2.0.0
  - 1.9.3
  - 1.8.7
  - jruby-18mode
  - jruby-19mode
# rbx on Travis cannot find ERB, disable until fixed again
#  - rbx-18mode
#  - rbx-19mode
#script: rake test test_us_ascii
notifications:
  email: false
  irc: "irc.freenode.org#asciidoctor"