We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80227d0 commit 38e43f8Copy full SHA for 38e43f8
.travis.yml
@@ -22,6 +22,11 @@ cache:
22
- $HOME/.cache/electron-builder
23
- $HOME/.npm/_prebuilds
24
25
+addons:
26
+ apt:
27
+ packages:
28
+ - libsecret-1-0
29
+
30
before_install:
31
- 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
32
- curl -L https://yarnpkg.com/latest.tar.gz | tar xvz && mv yarn-* $HOME/.yarn
0 commit comments