arkon 5 лет назад
Родитель
Сommit
382e85a8a0
3 измененных файлов с 0 добавлено и 3 удалено
  1. 0 2
      .travis/build.sh
  2. 0 1
      app/.gitignore
  3. 0 0
      app/standard/google-services.json

+ 0 - 2
.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
 

+ 0 - 1
app/.gitignore

@@ -2,4 +2,3 @@
 *iml
 *.iml
 custom.gradle
-google-services.json

+ 0 - 0
.travis/google-services.json → app/standard/google-services.json