From 1be233d0548b20a4375562679a1a77374275f767 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Fri, 27 Sep 2019 02:45:33 +0530 Subject: [PATCH] chore: Install libgconf for travis run --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32a70af..2fd98fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: node_js node_js: - - 8 + - 10 +addons: + apt: + packages: + - libgconf-2-4 cache: directories: - ~/.npm