tweaking travis config

This commit is contained in:
Mariotaku Lee 2017-03-05 19:02:46 +08:00
parent 4d1cfd48c9
commit 7eb736c930
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
2 changed files with 1 additions and 5 deletions

View File

@ -73,7 +73,7 @@ script:
- ./gradlew build
after_failure:
- travis/scripts/print_error_logs.sh
- ls /tmp
deploy:
provider: releases

View File

@ -1,7 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms2048m -Xmx3072m
systemProp.kotlin.incremental=true
systemProp.kotlin.daemon.enabled=null
systemProp.kotlin.daemon.log.path=$HOME/.kotlin-daemon/logs/
systemProp.kotlin.daemon.verbose=true