preinstall phantomjs to try get rid of boom error

pull/4443/head
Michael Telatynski 2017-07-03 18:13:56 +01:00 committed by GitHub
parent f36c1ca207
commit 39ff11fe82
1 changed files with 1 additions and 1 deletions

View File

@ -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