From 5fa964ed506ef75b2c5cf094cb31ab5b8d482198 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Thu, 23 Aug 2018 20:21:20 +0100 Subject: [PATCH] Install libsecret on Travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index b9a8c60e..61349451 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,8 @@ node_js: branches: only: - master + +addons: + apt: + packages: + - libsecret-1-dev