File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11language : java
2- dist : trusty
3- sudo : false
42jdk :
53# JDK6 isn't supported after Jersey upgrade 2.6 -> 2.21
64# - openjdk6
75 - openjdk7
86# JDK7 is not supported anymore; https://github.com/travis-ci/travis-ci/issues/7884#issuecomment-308451879
9- - oraclejdk7
7+ # - oraclejdk7
108 - oraclejdk8
119script :
1210 - mvn clean verify
1311# Temporary disabled due to changes incompatible with previous release
1412 - java -jar NetLicensingClient-demo/target/netlicensing-client-demo.jar
1513after_success :
16- - env
1714 - test "${TRAVIS_JDK_VERSION}" == "openjdk7" && test "${TRAVIS_TEST_RESULT}" == "0" && mvn deploy --settings travis-mvn-settings.xml -Drepo.snapshots.url=https://oss.sonatype.org/content/repositories/snapshots -DskipTests=true -B
You can’t perform that action at this time.
0 commit comments