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 7bdc372 commit c2da670Copy full SHA for c2da670
.travis.yml
@@ -9,4 +9,4 @@ script:
9
- mvn clean verify
10
- java -jar NetLicensingClient-demo/target/netlicensing-client-demo.jar
11
after_success:
12
- - env
+ - test "${TRAVIS_JDK_VERSION}" == "openjdk7" && test "${TRAVIS_TEST_RESULT}" == "0" && mvn deploy -Drepo.snapshots.url=https://oss.sonatype.org/content/repositories/snapshots
0 commit comments