Skip to content

Commit

Permalink
try to fix travis build for jdk7
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 2, 2018
1 parent c803a26 commit 939e332
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -14,7 +14,6 @@ after_success: "mvn source:jar javadoc:jar deploy --settings target/travis/setti
branches:
only:
- master
- "2.6"
- "2.7"

env:
Expand Down

0 comments on commit 939e332

Please sign in to comment.