mirror of https://github.com/Chocobozzz/PeerTube
Try to fix Traviis build (caused by npm 2)
parent
f9b2d2cedd
commit
5a1b27e714
|
@ -18,6 +18,8 @@ sudo: false
|
|||
|
||||
services:
|
||||
- mongodb
|
||||
|
||||
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
|
||||
|
||||
before_script:
|
||||
- npm install electron-prebuilt -g
|
||||
|
|
Loading…
Reference in New Issue