Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 2a0442f

Browse files
committed
Fix dependency setup
1 parent c6459a2 commit 2a0442f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

travis-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] &
55
echo "Deploying release to Bintray"
66
git checkout -f ${TRAVIS_BRANCH}
77
./gradlew clean assemble && ./gradlew check --info && ./gradlew bintrayUpload -x check --info
8+
else
9+
echo "Verify"
10+
./gradlew clean assemble && ./gradlew check --info
811
fi

0 commit comments

Comments
 (0)