aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-08 14:10:15 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-08 14:10:15 -0700
commit15ba7c6e8dcf97101b26e9f48e3793480209f8bc (patch)
treecb4ad3f496c618435207db72e9d4ab62868d82b8
parent99b45a5671a9c86ae8e4cfa9f6821d763b2af293 (diff)
downloadjackson-databind-15ba7c6e8dcf97101b26e9f48e3793480209f8bc.tar.gz
disable JDK14 from travis (due to failing Record tests)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 65fbe1548..4b1d45a5e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,10 @@ git:
# Since Jackson 2.10 build requires JDK 8 even if only JDK 7 runtime
# But we also want to test against newer LTS versions
+# 08-Jul-2020, tatu: can not yet enable JDK14 due to new Record tests failing
jdk:
- openjdk8
- openjdk11
- - openjdk14
# 2019-11-26, tatu: Let's try caching Maven dependencies
cache: