summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9bd9d8d9b9c64d554cdd36ec0eb1cebe830d7bc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: ruby
rvm:
  - 2.1.0
  - 2.0.0
  - 1.9.3
  - 1.8.7
  - jruby-18mode
  - jruby-19mode
  # Rubinius broken with "OpenURI is not a module, but a Autoload"
  #- rbx-2.1.1
#script: rake test test_us_ascii
notifications:
  email: false
  irc: "irc.freenode.org#asciidoctor"