From 569353f5d49a73a081030454694c22626b36dac3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 3 Jul 2017 12:53:57 +0100 Subject: [PATCH] See if pre installing phantomjs fixes boom error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e020ba7d15..0656064ec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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