travis: get rid of lint

This commit is contained in:
Vincent Breitmoser 2014-07-11 16:39:31 +02:00
parent f18e4d109f
commit faa8c2baa3

View file

@ -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
}
}