X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=7b8935a323030c28c64b3f62f4aca07f586bef31;hb=8df87ce792be7b0ccdad4cb703e5ca3be66d214a;hp=068067796a0cb2d9712222c88bef5698dc399192;hpb=85ec3eb7f37d71be99566c6c5c43f0f8a80b9b09;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.travis.yml b/.travis.yml index 068067796..7b8935a32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"