diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1c20449..a465214 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: ruby jobs: include: - - env: &adoc-latest ASCIIDOCTOR_VERSION=1.5.6.2 + - env: &adoc-latest ASCIIDOCTOR_VERSION=1.5.7 rvm: 2.5 - env: *adoc-latest rvm: 2.4 @@ -28,6 +28,9 @@ jobs: - env: ASCIIDOCTOR_VERSION=1.5.6.1 rvm: 2.3 + - env: ASCIIDOCTOR_VERSION=1.5.6.2 + rvm: 2.5 + - env: ASCIIDOCTOR_VERSION="git:master" rvm: 2.5 |