Cleaned up CI configurations.
This commit is contained in:
parent
174c3659ad
commit
7333ffc1b4
4 changed files with 185 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue