aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2017-09-06 19:43:15 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2017-09-06 19:43:15 -0700
commit84bbd8e3fe688c49a7187e429c081561f2017f0a (patch)
treee0732e1d226717f26d86fee6e97c60b5f37ff2d3 /.travis.yml
parente54e9e0752e179b5ab06789939e44ab008a41cba (diff)
downloadjackson-databind-84bbd8e3fe688c49a7187e429c081561f2017f0a.tar.gz
try to fix travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 96521e8b0..8303dd153 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@ language: java
# Since Jackson 2.7, build requires jdk7, although module itself works on jdk6 still (for now)
jdk:
- - oraclejdk7
- - oraclejdk8
+ - openjdk7
+ - openjdk8
# 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