We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729d646 commit 0c76c6eCopy full SHA for 0c76c6e
1 file changed
.travis.yml
@@ -1,17 +1,14 @@
1
language: java
2
-dist: trusty
3
-sudo: false
4
jdk:
5
# JDK6 isn't supported after Jersey upgrade 2.6 -> 2.21
6
# - openjdk6
7
- openjdk7
8
# JDK7 is not supported anymore; https://github.com/travis-ci/travis-ci/issues/7884#issuecomment-308451879
9
- - oraclejdk7
+# - oraclejdk7
10
- oraclejdk8
11
script:
12
- mvn clean verify
13
# Temporary disabled due to changes incompatible with previous release
14
- java -jar NetLicensingClient-demo/target/netlicensing-client-demo.jar
15
after_success:
16
- - env
17
- 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