See if pre installing phantomjs fixes boom error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user