mirror of https://github.com/Chocobozzz/PeerTube
Try to fix travis build with node 0.12
parent
28db68a2e0
commit
93908ed934
|
@ -27,7 +27,7 @@ cache:
|
||||||
- $(npm config get prefix)/bin/electron-prebuilt
|
- $(npm config get prefix)/bin/electron-prebuilt
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm install electron-prebuilt -g
|
- npm install electron-prebuilt@0.35.4 -g
|
||||||
- npm install grunt-cli -g
|
- npm install grunt-cli -g
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
|
|
Loading…
Reference in New Issue