diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 11:41:33 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 11:41:33 +0100 |
commit | d7b39c7046182a4731e8e37f58cf54bbb9af6a17 (patch) | |
tree | 62f588bdb4a1bdc4754710e38f90c206a5702c08 | |
parent | f9ee2a4ad09c83f453bf5cdef638ad45919ca8c5 (diff) |
CI: Add Ruby 2.6 and 2.7 to build matrix
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ec7ad8c..55636fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,11 @@ language: ruby jobs: include: - env: &adoc-latest ASCIIDOCTOR_VERSION=2.0.6 - rvm: &ruby-latest 2.5 + rvm: &ruby-latest 2.7 + - env: *adoc-latest + rvm: 2.6 + - env: *adoc-latest + rvm: 2.5 - env: *adoc-latest rvm: 2.4 - env: *adoc-latest |