Skip to content

Commit c2da670

Browse files
authored
Deploy snapshot to Sonatype snapshots repo
1 parent 7bdc372 commit c2da670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ script:
99
- mvn clean verify
1010
- java -jar NetLicensingClient-demo/target/netlicensing-client-demo.jar
1111
after_success:
12-
- env
12+
- 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

Comments
 (0)