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(-) diff --git a/ci/run-tests.sh b/ci/run-tests.sh index f0c743de9..ccdfc2b9d 100755 --- a/ci/run-tests.sh +++ b/ci/run-tests.sh @@ -5,6 +5,5 @@ . ${0%/*}/lib-travisci.sh -mkdir -p $HOME/travis-cache ln -s $HOME/travis-cache/.prove t/.prove make --quiet test -- 2.15.1.500.g54ea76cc4