Add travis build
This commit is contained in:
committed by
Jannis Mattheis
parent
ea20a6418d
commit
e8ca592aef
@@ -24,4 +24,15 @@ allprojects {
|
||||
url "$rootDir/../node_modules/react-native/android"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
subprojects {
|
||||
afterEvaluate {
|
||||
android {
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user