]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .travis.yml
Use yarn instead of npm install
[github/Chocobozzz/PeerTube.git] / .travis.yml
index 76efedd50d8c325f07211662f7a08c98db89f2ce..5c6302bc930529bd30ddc73759f831a7f4d431a6 100644 (file)
@@ -1,7 +1,6 @@
 language: node_js
 
 node_js:
-  - "4"
   - "6"
 
 env:
@@ -20,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"