We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad51f7 commit f33fe24Copy full SHA for f33fe24
travis-build.sh
@@ -24,6 +24,6 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ];
24
echo "Deploying snapshot to Bintray"
25
./gradlew artifactoryPublish && ./gradlew check --info
26
fi
27
-else if [ "${TRAVIS_PULL_REQUEST}" = "true" ]; then
+else
28
./gradlew check --info
29
0 commit comments