Skip to content

Commit a6fe60c

Browse files
committed
Fix for travis.
1 parent e805bf4 commit a6fe60c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

library/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ android {
2525
testOptions {
2626
unitTests.returnDefaultValues = true
2727
}
28+
lintOptions {
29+
abortOnError false
30+
}
2831
}
2932

3033
dependencies {

sample/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ android {
2222
sourceCompatibility JavaVersion.VERSION_1_8
2323
targetCompatibility JavaVersion.VERSION_1_8
2424
}
25+
lintOptions {
26+
abortOnError false
27+
}
2528
}
2629

2730
retrolambda {

0 commit comments

Comments
 (0)