Skip to content

Commit

Permalink
libsecret-1-0 required even for prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Sep 21, 2017
1 parent 80227d0 commit 38e43f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ cache:
- $HOME/.cache/electron-builder
- $HOME/.npm/_prebuilds

addons:
apt:
packages:
- libsecret-1-0

before_install:
- 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
- curl -L https://yarnpkg.com/latest.tar.gz | tar xvz && mv yarn-* $HOME/.yarn
Expand Down

0 comments on commit 38e43f8

Please sign in to comment.