diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2c1187f..c2acab5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: ruby jobs: include: - - env: &adoc-latest ASCIIDOCTOR_VERSION=1.5.8 + - env: &adoc-latest ASCIIDOCTOR_VERSION=2.0.6 rvm: &ruby-latest 2.5 - env: *adoc-latest rvm: 2.4 @@ -21,6 +21,9 @@ jobs: - env: *adoc-latest rvm: jruby-head + - env: ASCIIDOCTOR_VERSION=1.5.8 + rvm: *ruby-latest + - env: ASCIIDOCTOR_VERSION=1.5.7.1 rvm: *ruby-latest |