See if pre installing phantomjs fixes boom error

This commit is contained in:
David Baker 2017-07-03 12:53:57 +01:00
parent 5d4b98d4f6
commit 569353f5d4

View file

@ -19,4 +19,4 @@ node_js:
install: install:
# clone the deps with depth 1: we know we will only ever need that one # clone the deps with depth 1: we know we will only ever need that one
# commit. # commit.
- scripts/fetch-develop.deps.sh --depth 1 && npm install - scripts/fetch-develop.deps.sh --depth 1 && npm i phantomjs-prebuilt && npm install