diff --git a/.travis/build.sh b/.travis/build.sh index cb7afd13c..049fd015b 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -2,8 +2,6 @@ git fetch --unshallow #required for commit count -cp .travis/google-services.json app/ - if [ -z "$TRAVIS_TAG" ]; then ./gradlew clean assembleStandardDebug diff --git a/app/.gitignore b/app/.gitignore index 4f8f315a1..88f41197e 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -2,4 +2,3 @@ *iml *.iml custom.gradle -google-services.json diff --git a/.travis/google-services.json b/app/standard/google-services.json similarity index 100% rename from .travis/google-services.json rename to app/standard/google-services.json