aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-26 22:49:47 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-26 22:49:58 +0200
commitbf57f073eea2eeaef08b01ced4f6c105990415ad (patch)
tree34ee323d5c6cf9cb691bb892efdd82d6d2441ad9 /.travis.yml
parent85cd99dc84cea7e9f428f251214bcdae428a9843 (diff)
downloadPeerTube-bf57f073eea2eeaef08b01ced4f6c105990415ad.tar.gz
PeerTube-bf57f073eea2eeaef08b01ced4f6c105990415ad.tar.zst
PeerTube-bf57f073eea2eeaef08b01ced4f6c105990415ad.zip
Add yarn cache to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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
17cache: yarn
18
17sudo: false 19sudo: false
18 20
19services: 21services: