Skip to content

Commit 7091893

Browse files
committed
tmp
1 parent f513978 commit 7091893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pwd
77

88
project_version=`cat VERSION`
99
if [ "${project_version}" == "${tag_version}" ]; then
10-
./gradlew bintrayUpload
10+
./gradlew --stacktrace --info bintrayUpload
1111
else
1212
echo "Tag version '${tag_version}' doesn't match version in project ('${project_version}'). Aborting!"
1313
exit 1

0 commit comments

Comments
 (0)