This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new 334ca88  * [Android] Make Travis quiet. (#2926)
334ca88 is described below

commit 334ca88a60039bd1b1afb5974b4132ad75fc4b25
Author: YorkShen <[email protected]>
AuthorDate: Fri Sep 20 11:40:11 2019 +0800

    * [Android] Make Travis quiet. (#2926)
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d9f4191..da6b30a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -137,8 +137,8 @@ script:
         esac
         if npm run danger -- ci --dangerfile ./dangerfile-android.js | grep -q 
"hasAndroidFile" ; then
           cd android
-          ./gradlew clean assembleRelease -PbuildRuntimeApi=true ${GRADLE_ABI} 
--info || exit 1
-          ./gradlew assembleRelease -PbuildRuntimeApi=false ${GRADLE_ABI} 
--info || exit 1
+          ./gradlew clean assembleRelease --quiet -PbuildRuntimeApi=true 
${GRADLE_ABI} --info || exit 1
+          ./gradlew assembleRelease --quiet -PbuildRuntimeApi=false 
${GRADLE_ABI} --info || exit 1
         fi
         ;;
       "jsfm" )

Reply via email to