Cleaned up CI configurations.

This commit is contained in:
Erik C. Thauvin 2019-09-28 11:47:52 -07:00
parent 174c3659ad
commit 7333ffc1b4
4 changed files with 185 additions and 5 deletions

View file

@ -29,8 +29,8 @@ before_install:
- chmod +x gradlew
- echo $GOOGLE_SERVICES | base64 -di > app/google-services.json
after_failure:
- cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results-debug.xml
# after_failure:
# - cat app/build/reports/lint-results.xml
script:
- ./gradlew clean build connectedCheck -PdisablePreDex --stacktrace
- ./gradlew lint build connectedCheck -PdisablePreDex --stacktrace