removing build script related to travis
This commit is contained in:
parent
0a47fbf685
commit
e51ab95099
|
@ -76,12 +76,6 @@ subprojects {
|
|||
exclude 'META-INF/ASL2.0'
|
||||
}
|
||||
|
||||
if (System.getenv('TRAVIS') == 'true') {
|
||||
compileOptions {
|
||||
incremental = false
|
||||
}
|
||||
}
|
||||
|
||||
if (android.hasProperty('buildTypes') && project.plugins.hasPlugin('com.android.application')) {
|
||||
android.buildTypes.each { buildType ->
|
||||
def file = rootProject.file('private/signing.properties')
|
||||
|
|
Loading…
Reference in New Issue