From c8cf8265b51b0ad5297fdb3b71295ac2b26830a7 Mon Sep 17 00:00:00 2001 From: shisheng-1 <85237617+shisheng-1@users.noreply.github.com> Date: Sun, 1 May 2022 01:05:47 +0800 Subject: [PATCH] use Gradle Daemon --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c901625c..618cefb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ before_install: - (cd core && chmod +x ./gradlew) install: - - (cd core &&./gradlew --no-daemon assemble) + - (cd core &&./gradlew assemble) script: - - (cd core &&./gradlew --no-daemon test) + - (cd core &&./gradlew test) cache: directories: @@ -21,4 +21,4 @@ cache: addons: apt: packages: - - libreoffice \ No newline at end of file + - libreoffice