Remove stop command, use cache path.

This commit is contained in:
akwizgran
2018-08-20 12:05:06 +01:00
parent 7f61061f15
commit 8b58bdb289

View File

@@ -7,11 +7,10 @@ test:
cache: cache:
paths: paths:
- .gradle/wrapper - $GRADLE_USER_HOME/wrapper
- .gradle/caches - $GRADLE_USER_HOME/caches
script: script:
- ./gradlew --stop
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest - ./gradlew --no-daemon animalSnifferMain animalSnifferTest
after_script: after_script: