avoid all these failing builds on Travis
This commit is contained in:
parent
2f757f5159
commit
75d03937d4
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
// avoid Travis failures
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
maven { url 'http://clinker.47deg.com/nexus/content/groups/public' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue