Skip to content

Commit

Permalink
ignore lint on travis builds...
Browse files Browse the repository at this point in the history
  • Loading branch information
j4velin committed Sep 16, 2016
1 parent fa248ce commit 99264db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@ android {
debuggable true
}
}
lintOptions {
ignoreWarnings true

if (System.getenv("TRAVIS")) {
lintOptions {
ignoreWarnings true
abortOnError false
}
}
}

Expand Down

0 comments on commit 99264db

Please sign in to comment.