Merge pull request #3102 from wallabag/cache-yarn

Cache yarn cache in Travis
This commit is contained in:
Jérémy Benoist 2017-05-10 08:53:04 +02:00 committed by GitHub
commit 58f5a39ce6

View file

@ -21,6 +21,7 @@ cache:
- $HOME/.composer/cache
- node_modules
- $HOME/.npm
- $HOME/.yarn-cache
php:
- 5.6