Skip to content

Commit 1e61565

Browse files
committed
Fix 2.10 travis settings now that JDK 8 is needed for building
1 parent 041cacd commit 1e61565

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: java
22

33
# Since Jackson 2.7, build requires jdk7, although module itself works on jdk6 still (for now)
4+
# and since 2.10, will require jdk8 for build
45
jdk:
5-
- openjdk7
66
- openjdk8
7+
- oraclejdk11
78

89
# Below this line is configuration for deploying to the Sonatype OSS repo
910
# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html

0 commit comments

Comments
 (0)