Add travis build

This commit is contained in:
Jannis Mattheis
2018-05-12 21:03:36 +02:00
committed by Jannis Mattheis
parent ea20a6418d
commit e8ca592aef
3 changed files with 69 additions and 0 deletions

View File

@@ -24,4 +24,15 @@ allprojects {
url "$rootDir/../node_modules/react-native/android"
}
}
}
subprojects {
afterEvaluate {
android {
lintOptions {
abortOnError false
}
}
}
}