From a141ebfb50fa37407e9e7a29382a4e69710342ee Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 23 May 2017 03:56:46 -0700 Subject: [PATCH] Run Android tests with Gradle Summary: Make sure that the gradle tests pass before publishing the snapshot. Also makes sure that we don't break the gradle build. Reviewed By: emilsjolander Differential Revision: D5020044 fbshipit-source-id: dfebd829701717eac3ed078a807cd10f489f4348 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a8eb284b..900070c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,6 +114,7 @@ script: - | if [[ $TARGET = "android" ]]; then buck build --verbose 0 //android/sample:sample && + ./gradlew testDebugUnit && scripts/publish-snapshot.sh fi