From 7d5355ee42e528ea054eb43e00878b53c6ecdcbd Mon Sep 17 00:00:00 2001 From: Viren Mohindra Date: Sat, 18 Feb 2017 01:32:12 -0500 Subject: [PATCH] travis needs htmlproofer log files to be cached --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 45db7f6..1a89888 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,7 @@ notifications: on_failure: always # options: [always|never|change] default: always on_start: false # default: false +cache: + directories: + - /tmp/.htmlproofer + \ No newline at end of file