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:
committed by
Facebook Github Bot
parent
5a970fde0d
commit
3b456fad3e
@@ -89,7 +89,7 @@ matrix:
|
|||||||
- export PATH=${PATH}:${ANDROID_NDK_HOME}
|
- export PATH=${PATH}:${ANDROID_NDK_HOME}
|
||||||
- cd ../
|
- cd ../
|
||||||
script:
|
script:
|
||||||
- ./gradlew :sample:build
|
- ./gradlew :sample:build -q
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
script: "scripts/publish-android-snapshot.sh"
|
script: "scripts/publish-android-snapshot.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user