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 42bb838 commit 4e1237fCopy full SHA for 4e1237f
.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