Tweaking caching section in TravisCI.

This commit is contained in:
chris062689 2017-06-04 11:57:20 -04:00
parent 2cc5f83e1b
commit 979f0c8e1c
1 changed files with 4 additions and 1 deletions

View File

@ -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 =========='