aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-21 07:29:05 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-21 07:29:05 -0700
commit76e40d535e7122c9883a1c7e80aee48af3931f41 (patch)
tree37236abb930f9f93b6b51041e883d9fe1376b80c
parentba193736bfc2cd92245bc0961c31ec12027767c3 (diff)
downloadjackson-core-76e40d535e7122c9883a1c7e80aee48af3931f41.tar.gz
fix travis for 2.10
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f73f6828..362eea31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
language: java
+
# 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
+jdk:
- openjdk8
- oraclejdk11