]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .travis.yml
Fix exception when getting 404 in video watch
[github/Chocobozzz/PeerTube.git] / .travis.yml
index 068067796a0cb2d9712222c88bef5698dc399192..7b8935a323030c28c64b3f62f4aca07f586bef31 100644 (file)
@@ -14,13 +14,13 @@ addons:
       - g++-4.8
   postgresql: "9.4"
 
+cache: yarn
+
 sudo: false
 
 services:
   - postgresql
 
-before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
-
 before_script:
   - npm run build
   - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz"