diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-05-10 08:53:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 08:53:04 +0200 |
commit | 58f5a39ce620a04a27bc86c4b3fc68c03cb9e454 (patch) | |
tree | 81ea374c859de21e7b4138b787d3f4dc91338d58 | |
parent | 0eb8220204953b874ebd2dbd0362973f3f45074c (diff) | |
parent | c44d13f9eac15758baca4699d986573f71bbb3bf (diff) | |
download | wallabag-58f5a39ce620a04a27bc86c4b3fc68c03cb9e454.tar.gz wallabag-58f5a39ce620a04a27bc86c4b3fc68c03cb9e454.tar.zst wallabag-58f5a39ce620a04a27bc86c4b3fc68c03cb9e454.zip |
Merge pull request #3102 from wallabag/cache-yarn
Cache yarn cache in Travis
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d7c28388..fb32befb 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -21,6 +21,7 @@ cache: | |||
21 | - $HOME/.composer/cache | 21 | - $HOME/.composer/cache |
22 | - node_modules | 22 | - node_modules |
23 | - $HOME/.npm | 23 | - $HOME/.npm |
24 | - $HOME/.yarn-cache | ||
24 | 25 | ||
25 | php: | 26 | php: |
26 | - 5.6 | 27 | - 5.6 |