aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-08 17:54:32 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-08 17:54:32 -0700
commita1c20aab73dbb48c0cd7c2e72f294453f556d334 (patch)
tree84d97f0f27b061937532ef10a9d170356233d060
parent765855658907b25e8a5034eff470aa7b547ce1cb (diff)
downloadjackson-core-a1c20aab73dbb48c0cd7c2e72f294453f556d334.tar.gz
oraclejdk->openjdk in travis config
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cec436c8..311233ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ 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
- openjdk8
- - oraclejdk11
+ - openjdk11
# Below this line is configuration for deploying to the Sonatype OSS repo
# https://knowm.org/configure-travis-ci-to-deploy-snapshots/