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
This commit is contained in:
Pascal Hartig
2018-08-31 07:56:11 -07:00
committed by Facebook Github Bot
parent de58ddcabb
commit 94e22508ae

View File

@@ -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:assembleDebug
deploy: deploy:
- provider: script - provider: script
script: "scripts/publish-android-snapshot.sh" script: "scripts/publish-android-snapshot.sh"