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 7bd6669 commit fa89215Copy full SHA for fa89215
travis-build.sh
@@ -19,10 +19,10 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ];
19
echo "Deploying release to Bintray"
20
saveGitCredentials
21
./gradlew clean assemble && ./gradlew check --info && ./gradlew bintrayUpload -x check --info
22
- else
23
- echo "Deploying snapshot"
24
- saveGitCredentials
25
- ./gradlew artifactoryPublish -Dsnapshot=true -Dbuild.number="${TRAVIS_BUILD_NUMBER}"
+# else
+# echo "Deploying snapshot"
+# saveGitCredentials
+# ./gradlew artifactoryPublish -Dsnapshot=true -Dbuild.number="${TRAVIS_BUILD_NUMBER}"
26
fi
27
else
28
echo "Verify"
0 commit comments