diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-04-13 00:14:36 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-04-13 00:14:36 +0200 |
commit | fe72b4b479a37683d642203ab627af3a1344d916 (patch) | |
tree | 172bd2952aea07980a0c72158bd7d01039ca354e | |
parent | 64181278e8e86c66ac22d044500fe8f499c755c2 (diff) |
CI: Test with asciidoctor 2.0.6
-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 |