removing build script related to travis

This commit is contained in:
Mariotaku Lee 2017-03-04 19:05:21 +08:00
parent 0a47fbf685
commit e51ab95099
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 0 additions and 6 deletions

View File

@ -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')