Skip to content

Commit 38e43f8

Browse files
committed
libsecret-1-0 required even for prebuild
1 parent 80227d0 commit 38e43f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ cache:
2222
- $HOME/.cache/electron-builder
2323
- $HOME/.npm/_prebuilds
2424

25+
addons:
26+
apt:
27+
packages:
28+
- libsecret-1-0
29+
2530
before_install:
2631
- mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v2.3.0/git-lfs-$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-2.3.0.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
2732
- curl -L https://yarnpkg.com/latest.tar.gz | tar xvz && mv yarn-* $HOME/.yarn

0 commit comments

Comments
 (0)