tweaking travis config

This commit is contained in:
Mariotaku Lee 2017-03-05 18:28:54 +08:00
parent d612dba882
commit a040c921ec
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 5 additions and 4 deletions

View File

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