Tryin 2 fix travis ci. local builds aren't failing with lint errors :(

This commit is contained in:
Anthony Restaino 2015-10-17 23:05:33 -04:00
parent 13c6594e0c
commit c0ce7e74bd
2 changed files with 4 additions and 2 deletions

View File

@ -3,9 +3,7 @@ sudo: false
android:
components:
- build-tools-22.0.1
- build-tools-23.0.1
- android-23
- android-22
- extra-android-support
- extra-android-m2repository
licenses:
@ -17,3 +15,4 @@ before_install:
install:
- ./gradlew
script:
- ./gradlew assembleRelease

View File

@ -42,6 +42,9 @@ android {
lintOptions {
abortOnError true
}
packagingOptions {
exclude '.README'
}
}
dexcount {