Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
David Baker
569353f5d4 See if pre installing phantomjs fixes boom error 2017-07-03 12:53:57 +01:00

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