mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
travis: get rid of lint
This commit is contained in:
parent
f18e4d109f
commit
faa8c2baa3
@ -79,7 +79,7 @@ android {
|
||||
|
||||
// NOTE: This disables Lint!
|
||||
tasks.whenTaskAdded { task ->
|
||||
if (task.name.equals("lint")) {
|
||||
if (task.name.contains("lint")) {
|
||||
task.enabled = false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user