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:
paths:
- .gradle/wrapper
- .gradle/caches
- $GRADLE_USER_HOME/wrapper
- $GRADLE_USER_HOME/caches
script:
- ./gradlew --stop
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest
after_script: