]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .travis.yml
Use yarn instead of npm install
[github/Chocobozzz/PeerTube.git] / .travis.yml
index 068067796a0cb2d9712222c88bef5698dc399192..5c6302bc930529bd30ddc73759f831a7f4d431a6 100644 (file)
@@ -19,8 +19,6 @@ 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"