Tweaking caching section in TravisCI.
This commit is contained in:
parent
2cc5f83e1b
commit
979f0c8e1c
|
@ -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 =========='
|
||||
|
|
Reference in New Issue