From 979f0c8e1c7210ee5209e756685e8e0ede11dbab Mon Sep 17 00:00:00 2001 From: chris062689 Date: Sun, 4 Jun 2017 11:57:20 -0400 Subject: [PATCH] Tweaking caching section in TravisCI. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f289fa4..0c9133b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,10 @@ language: node_js node_js: "6" -cache: yarn +cache: + yarn: true + directories: + - node_modules before_script: - echo '========== Importing wiki articles into hugo =========='