mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-08-05 07:38:38 +00:00
Updated lint options to fix Travis.ci builds
This commit is contained in:
parent
77d3df7472
commit
e2f47e6a22
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ android {
|
||||||
versionCode 9
|
versionCode 9
|
||||||
versionName "0.1.2.0"
|
versionName "0.1.2.0"
|
||||||
|
|
||||||
|
lintOptions {
|
||||||
|
abortOnError false
|
||||||
|
}
|
||||||
jackOptions {
|
jackOptions {
|
||||||
enabled true
|
enabled true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue