See if pre installing phantomjs fixes boom error
This commit is contained in:
parent
5d4b98d4f6
commit
569353f5d4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue