projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9b2d2c
)
Try to fix Traviis build (caused by npm 2)
author
Bigard Florian
<florian.bigard@gmail.com>
Wed, 21 Sep 2016 07:02:25 +0000
(09:02 +0200)
committer
GitHub
<noreply@github.com>
Wed, 21 Sep 2016 07:02:25 +0000
(09:02 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index e6a92d883134ef4b0d9d577c96a0464b982fbe45..f32a8f842d78dec1791ebad1dfc109f497cf7270 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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