Skip to content

Commit f33fe24

Browse files
committed
Run tests on PRs as well
1 parent 1ad51f7 commit f33fe24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ];
2424
echo "Deploying snapshot to Bintray"
2525
./gradlew artifactoryPublish && ./gradlew check --info
2626
fi
27-
else if [ "${TRAVIS_PULL_REQUEST}" = "true" ]; then
27+
else
2828
./gradlew check --info
2929
fi

0 commit comments

Comments
 (0)