We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfadc7 commit 66b3eaaCopy full SHA for 66b3eaa
.travis.yml
@@ -21,7 +21,6 @@ script:
21
# To validate changes, we run building and bintray upload in dry run. This happens on every build, even PRs.
22
# To publish, we perform github release and perform bintray upload (no dry run). This only for main branch builds.
23
- >
24
- ./gradlew resolveVersion
25
- && ./gradlew build bintrayUpload -PbintrayDryRun
+ ./gradlew build bintrayUpload -PbintrayDryRun
26
&& if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "release/1.x" ];
27
then ./gradlew bintrayUpload githubRelease; fi
0 commit comments