We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041cacd commit 1e61565Copy full SHA for 1e61565
.travis.yml
@@ -1,9 +1,10 @@
1
language: java
2
3
# 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
5
jdk:
- - openjdk7
6
- openjdk8
7
+ - oraclejdk11
8
9
# Below this line is configuration for deploying to the Sonatype OSS repo
10
# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
0 commit comments