Skip to content

Commit 4ceee9a

Browse files
committed
reduce log output in Travis Build
1 parent c905783 commit 4ceee9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build_gradle_module() {
1010
echo "+++"
1111
cd $MODULE_PATH && {
1212
chmod +x gradlew
13-
./gradlew clean build --info --stacktrace
13+
./gradlew clean build
1414
if [ $? -ne 0 ]
1515
then
1616
echo ""

0 commit comments

Comments
 (0)