Skip to content

Commit 0c76c6e

Browse files
authored
Update .travis.yml
1 parent 729d646 commit 0c76c6e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
language: java
2-
dist: trusty
3-
sudo: false
42
jdk:
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
119
script:
1210
- mvn clean verify
1311
# Temporary disabled due to changes incompatible with previous release
1412
- java -jar NetLicensingClient-demo/target/netlicensing-client-demo.jar
1513
after_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

0 commit comments

Comments
 (0)