Only publish to oss.jfrog.org if TRAVIS_BRANCH is master

This commit is contained in:
Seth Goings 2015-01-02 16:48:43 -07:00
parent 7e5bcbea07
commit 022efafbcc

View File

@ -243,6 +243,9 @@ publishing {
}
artifactoryPublish {
onlyIf {
System.env.'TRAVIS_BRANCH' == "master"
}
dependsOn assemble
}