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:
|
android:
|
||||||
components:
|
components:
|
||||||
- build-tools-22.0.1
|
- build-tools-22.0.1
|
||||||
- build-tools-23.0.1
|
|
||||||
- android-23
|
- android-23
|
||||||
- android-22
|
|
||||||
- extra-android-support
|
- extra-android-support
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
licenses:
|
licenses:
|
||||||
@ -17,3 +15,4 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- ./gradlew
|
- ./gradlew
|
||||||
script:
|
script:
|
||||||
|
- ./gradlew assembleRelease
|
||||||
|
@ -42,6 +42,9 @@ android {
|
|||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError true
|
abortOnError true
|
||||||
}
|
}
|
||||||
|
packagingOptions {
|
||||||
|
exclude '.README'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dexcount {
|
dexcount {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user