aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2019-03-05 10:33:59 -0800
committerTatu Saloranta <tatu.saloranta@iki.fi>2019-03-05 10:33:59 -0800
commit1e615652a172c9045df9d01cd682fabbf48699db (patch)
tree5f1ebdaab806e3a31a47d9d3f9e000791ddbff35 /.travis.yml
parent041cacd6988cd791664b59e03a0684c0fcc093a0 (diff)
downloadjackson-databind-1e615652a172c9045df9d01cd682fabbf48699db.tar.gz
Fix 2.10 travis settings now that JDK 8 is needed for building
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f71ad3886..baca3e487 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,10 @@
language: java
# Since Jackson 2.7, build requires jdk7, although module itself works on jdk6 still (for now)
+# and since 2.10, will require jdk8 for build
jdk:
- - openjdk7
- openjdk8
+ - oraclejdk11
# Below this line is configuration for deploying to the Sonatype OSS repo
# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html