]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .travis.yml
Server: remove encryption when seending requests to other pods
[github/Chocobozzz/PeerTube.git] / .travis.yml
index 7b025f0b98964c96760179cc147514d65f8b2b68..9fcd50deec6369220ef7ef31c4f0d3379e6b816f 100644 (file)
@@ -1,8 +1,8 @@
 language: node_js
 
 node_js:
-  - "4.5"
-  - "6.6"
+  - "4.6"
+  - "6.9"
 
 env:
   - CXX=g++-4.8
@@ -22,7 +22,6 @@ services:
 before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
 
 before_script:
-  - npm install electron -g
   - npm run build
   - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz"
   - tar xf ffmpeg-release-3.0.2-64bit-static.tar.xz