From 94e22508ae1f1762497ac456fe05c580313def6a Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 31 Aug 2018 07:56:11 -0700 Subject: [PATCH] Limit Travis run Summary: Right now, Travis is failing consistently because the Android build time exceeds its limits - that's separate from the new publish step. Let's limit what we do in the build step. Reviewed By: jknoxville Differential Revision: D9613247 fbshipit-source-id: f703237788f3a35d3f15fc8b9b45d6ebbb24c750 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e57db8b11..2da58858f 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:assembleDebug deploy: - provider: script script: "scripts/publish-android-snapshot.sh"