what is the optimal cache setting for Grail 2.x app running on Travis CI -


on travis ci can specify cached directories:

https://docs.travis-ci.com/user/caching/

so i've specified following configuration:

  cache:     directories:     - node_modules     - modelcataloguecoreplugin/target/work/plugins     - modelcataloguecoreplugintestapp/target/work/plugins     - $home/.m2     - $home/.grails/ivy-cache     - $home/.grails/wrapper 

yet when run ./grailsw test-app lot of dependencies not retrieved cache download instead.

are there other directories suitable caching i'm missing?


Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -