Fix try for keytar issue on travis

This commit is contained in:
Kylart 2017-11-11 12:17:44 +01:00
parent 9e826350af
commit 00973ccfc4
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ node_js:
- "8" - "8"
- "7" - "7"
sudo: true
before_install:
- sudo apt-get install libsecret-1-dev
install: install:
- npm install - npm install