mirror of https://github.com/vector-im/riot-web
preinstall phantomjs to try get rid of boom error
parent
f36c1ca207
commit
39ff11fe82
|
@ -19,4 +19,4 @@ node_js:
|
|||
install:
|
||||
# clone the deps with depth 1: we know we will only ever need that one
|
||||
# commit.
|
||||
- scripts/fetch-develop.deps.sh --depth 1 && npm install
|
||||
- scripts/fetch-develop.deps.sh --depth 1 && npm i phantomjs-prebuilt && npm install
|
||||
|
|
Loading…
Reference in New Issue