aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:48:51 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:48:51 -0700
commit5bdec134aff77a340fc64177218460aba1ba019d (patch)
treec9326fab14ed480b940790189de330125a37536b
parent2baa845ce0b76811341381fc5460a05a70f5998b (diff)
downloadjackson-core-5bdec134aff77a340fc64177218460aba1ba019d.tar.gz
fix travis wrt jdk
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b1d810ac..7328b345 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
# 08-Dec-2018, tatu: While it should be possible to run core streaming on Java 6,
# build won't work with anything below Java 8 now
language: java
+
+jdk:
- openjdk8
- openjdk11