Compare commits

...

1 Commits

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