Resolving broken CI

This commit is contained in:
Josh Johnson 2019-10-02 09:13:08 +01:00
parent 589578f420
commit 57807e88f6
1 changed files with 8 additions and 1 deletions

View File

@ -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