diff options
author | knuthy <knuthy@gmail.com> | 2014-09-23 00:33:25 +0200 |
---|---|---|
committer | knuthy <knuthy@gmail.com> | 2014-09-23 00:33:25 +0200 |
commit | 75d03937d4561be8db94c3753d20034323bab3da (patch) | |
tree | 68384369627d70b58eaf8e93a0425b703e78172b | |
parent | 2f757f515903eb5cf46b7ebc490e906686bac6c4 (diff) |
avoid all these failing builds on Travis
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 6e083b85..bcbffee4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } |