Tryin 2 fix travis ci. local builds aren't failing with lint errors :(
This commit is contained in:
parent
13c6594e0c
commit
c0ce7e74bd
@ -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
|
||||
|
@ -42,6 +42,9 @@ android {
|
||||
lintOptions {
|
||||
abortOnError true
|
||||
}
|
||||
packagingOptions {
|
||||
exclude '.README'
|
||||
}
|
||||
}
|
||||
|
||||
dexcount {
|
||||
|
Loading…
x
Reference in New Issue
Block a user