SZEDER Gábor wrote: > Travis CI creates that directory for us anyway, even when a previous > cache doesn't exist for the current build job. > > In itself it doesn't hurt to try, of course, but the following patch > will access the Travis CI cache much earlier in the build process, and > then creating the cache directory this late might cause confusion. > > Signed-off-by: SZEDER Gábor <szeder.dev@xxxxxxxxx> > --- > ci/run-tests.sh | 1 - > 1 file changed, 1 deletion(-) Is this behavior documented anywhere? https://docs.travis-ci.com/user/caching#Arbitrary-directories doesn't say anything about it. Thanks, Jonathan