From 57807e88f6de387eb9d971540e840d94558635a9 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Wed, 2 Oct 2019 09:13:08 +0100 Subject: [PATCH] Resolving broken CI --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5188e9f..f2ae6c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,16 @@ language: node_js node_js: - 10 +addons: + apt: + packages: + # Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves + - libgconf-2-4 cache: + # Caches $HOME/.npm when npm ci is default script command + # Caches node_modules in all other cases + npm: true directories: - - ~/.npm - ~/.cache install: - npm ci