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 - $HOME/.composer/cache
- node_modules - node_modules
- $HOME/.npm - $HOME/.npm
- $HOME/.yarn-cache
php: php:
- 5.6 - 5.6