Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
* [Android] Make Travis quiet. (#2926)
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Sep 20, 2019
1 parent bc32968 commit 334ca88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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" )
Expand Down

0 comments on commit 334ca88

Please sign in to comment.