From 730274286210e81b85207c43ef95d377cd066c46 Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Thu, 14 Jul 2016 14:10:17 -0500 Subject: [PATCH] Added google service json to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 15b9c450c..52df7c594 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,5 +41,6 @@ android: script: - cp habitica.properties.travis habitica.properties - cp habitica.resources.example habitica.resources + - cp Habitica/google-services.json.example Habitica/google-services.json - ./gradlew assembleDebug - ./gradlew testDebugUnitTest --info