aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2016-01-28 21:49:09 -0800
committerTatu Saloranta <tatu.saloranta@iki.fi>2016-01-28 21:49:09 -0800
commit4ba77f52be6e17124bc72069486ae17867456c65 (patch)
treef164ca9142c2f716f40b5d8a53735e0b309a06a1 /.travis.yml
parent21a2e4b7d680bf796f07d5d3b6119a3cd3fc356c (diff)
downloadjackson-databind-4ba77f52be6e17124bc72069486ae17867456c65.tar.gz
Remove JDK6 travis build; requires jdk7 for build now
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 9f8362564..452749017 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
language: java
+
+# Since Jackson 2.7, build requires jdk7, although module itself works on jdk6 still (for now)
jdk:
- oraclejdk7
- - openjdk6
# 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