diff --git a/.travis.yml b/.travis.yml index c901625..618cefb 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