List cached directories.

This commit is contained in:
akwizgran
2018-08-20 12:07:56 +01:00
parent 094e1f8b65
commit ef10a08165

View File

@@ -11,7 +11,8 @@ test:
- $GRADLE_USER_HOME/caches
script:
- ls -R $GRADLE_USER_HOME/wrapper/dists
- ls -R $GRADLE_USER_HOME/wrapper
- ls -R $GRADLE_USER_HOME/caches
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest
after_script: