aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-08 17:57:18 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-08 17:57:18 -0700
commitb26d1af90e11d0838f77fd178ded861ec747479c (patch)
tree32fc6431c70a215eb1aea473c439548f11c3ca75
parenta1c20aab73dbb48c0cd7c2e72f294453f556d334 (diff)
downloadjackson-core-b26d1af90e11d0838f77fd178ded861ec747479c.tar.gz
Fix a problem with .travis.yml :-)
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 311233ea..f6e6c0d6 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
- openjdk11