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.
2 parents b2795c7 + 02ee113 commit c2f5b2eCopy full SHA for c2f5b2e
.travis.yml
@@ -10,5 +10,4 @@ env:
10
11
12
after_success:
13
- - python travis-ci/configure-mvn.py
14
- - mvn clean deploy --settings ~/.m2/mySettings.xml -Dgpg.skip=true -Psonatype-oss-release
+ - "[[ $TRAVIS_BRANCH == \"master\" ]] && { python travis-ci/configure-mvn.py ; mvn clean deploy --settings ~/.m2/mySettings.xml -Dgpg.skip=true -Psonatype-oss-release ; }"
0 commit comments