From b66995a448fa2aade2e62d8beb0456532c821d16 Mon Sep 17 00:00:00 2001 From: Kosh Date: Tue, 14 Mar 2017 23:01:09 +0800 Subject: [PATCH] making travis to assembleDebuggingAppDebug instead of building since google-service doesn't exists except in that build. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3dbd4eb1..e3a58ecb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ jdk: oraclejdk8 sudo: required script: - - ./gradlew clean buildDebuggingApp + - ./gradlew clean assembleDebuggingAppDebug after_success: # Upload code coverage report