Limit output in Travis

Summary: Logs often get cut off because there's too much noise.

Reviewed By: danielbuechele

Differential Revision: D9602056

fbshipit-source-id: 0b725f169a40c153835f63342e38f5d15556ac98
This commit is contained in:
Pascal Hartig
2018-08-31 02:40:27 -07:00
committed by Facebook Github Bot
parent 5a970fde0d
commit 3b456fad3e

View File

@@ -89,7 +89,7 @@ matrix:
- export PATH=${PATH}:${ANDROID_NDK_HOME}
- cd ../
script:
- ./gradlew :sample:build
- ./gradlew :sample:build -q
deploy:
- provider: script
script: "scripts/publish-android-snapshot.sh"