diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 22:49:47 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 22:49:58 +0200 |
commit | bf57f073eea2eeaef08b01ced4f6c105990415ad (patch) | |
tree | 34ee323d5c6cf9cb691bb892efdd82d6d2441ad9 /.travis.yml | |
parent | 85cd99dc84cea7e9f428f251214bcdae428a9843 (diff) | |
download | PeerTube-bf57f073eea2eeaef08b01ced4f6c105990415ad.tar.gz PeerTube-bf57f073eea2eeaef08b01ced4f6c105990415ad.tar.zst PeerTube-bf57f073eea2eeaef08b01ced4f6c105990415ad.zip |
Add yarn cache to travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5c6302bc9..7b8935a32 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -14,6 +14,8 @@ addons: | |||
14 | - g++-4.8 | 14 | - g++-4.8 |
15 | postgresql: "9.4" | 15 | postgresql: "9.4" |
16 | 16 | ||
17 | cache: yarn | ||
18 | |||
17 | sudo: false | 19 | sudo: false |
18 | 20 | ||
19 | services: | 21 | services: |