From 3b456fad3e80335b8208670c01e494460992875e Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 31 Aug 2018 02:40:27 -0700 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e57db8b11..1a759284c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"