aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorBigard Florian <florian.bigard@gmail.com>2016-09-21 09:02:25 +0200
committerGitHub <noreply@github.com>2016-09-21 09:02:25 +0200
commit5a1b27e714e4823957b10f9676ff5a2379352aff (patch)
tree8cbbd655b2f6cae78d9b375082fb603a69d57bba /.travis.yml
parentf9b2d2cedd1b669516328b98e23f0c2298581025 (diff)
downloadPeerTube-5a1b27e714e4823957b10f9676ff5a2379352aff.tar.gz
PeerTube-5a1b27e714e4823957b10f9676ff5a2379352aff.tar.zst
PeerTube-5a1b27e714e4823957b10f9676ff5a2379352aff.zip
Try to fix Traviis build (caused by npm 2)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e6a92d883..f32a8f842 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,8 @@ sudo: false
18 18
19services: 19services:
20 - mongodb 20 - mongodb
21
22before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
21 23
22before_script: 24before_script:
23 - npm install electron-prebuilt -g 25 - npm install electron-prebuilt -g