From fd4afc1ec64f0f3e234772f9c93426acc35e78bb Mon Sep 17 00:00:00 2001 From: Viren Mohindra Date: Fri, 24 Feb 2017 04:09:26 -0500 Subject: [PATCH] cache fix https://github.com/gjtorikian/html-proofer/issues/381#issuecomment-28222 9606 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d091bd4..5b4550c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,5 +32,5 @@ notifications: cache: directories: - - $HOME/tmp/.htmlproofer + - $TRAVIS_BUILD_DIR/tmp/.htmlproofer \ No newline at end of file