summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c7ba27..2c1187f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ language: ruby
jobs:
include:
- - env: &adoc-latest ASCIIDOCTOR_VERSION=1.5.7.1
+ - env: &adoc-latest ASCIIDOCTOR_VERSION=1.5.8
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.7.1
+ rvm: *ruby-latest
+
- env: ASCIIDOCTOR_VERSION=1.5.7
rvm: *ruby-latest