We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c803a26 commit 939e332Copy full SHA for 939e332
.travis.yml
@@ -2,8 +2,8 @@ language: java
2
3
# Since Jackson 2.7, build requires jdk7, although module itself works on jdk6 still (for now)
4
jdk:
5
- - oraclejdk7
6
- - oraclejdk8
+ - openjdk7
+ - openjdk8
7
8
# Below this line is configuration for deploying to the Sonatype OSS repo
9
# 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
14
branches:
15
only:
16
- master
17
- - "2.6"
18
- "2.7"
19
20
env:
0 commit comments