mirror of https://github.com/Kylart/KawAnime.git
Fix try for keytar issue on travis
This commit is contained in:
parent
9e826350af
commit
00973ccfc4
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue