Skip to content

Commit 939e332

Browse files
committed
try to fix travis build for jdk7
1 parent c803a26 commit 939e332

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: java
22

33
# Since Jackson 2.7, build requires jdk7, although module itself works on jdk6 still (for now)
44
jdk:
5-
- oraclejdk7
6-
- oraclejdk8
5+
- openjdk7
6+
- openjdk8
77

88
# Below this line is configuration for deploying to the Sonatype OSS repo
99
# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
@@ -14,7 +14,6 @@ after_success: "mvn source:jar javadoc:jar deploy --settings target/travis/setti
1414
branches:
1515
only:
1616
- master
17-
- "2.6"
1817
- "2.7"
1918

2019
env:

0 commit comments

Comments
 (0)