1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

install snapd

This commit is contained in:
Kyle Spearrin
2018-02-19 14:11:21 -05:00
parent 4ba45b98e3
commit 5b2feac799

View File

@@ -6,7 +6,8 @@ matrix:
sudo: true sudo: true
node_js: 8 node_js: 8
install: install:
- sudo apt-get install pkg-config libxss-dev libsecret-1-dev snapcraft - sudo apt-get install pkg-config libxss-dev libsecret-1-dev
- sudo apt install --yes snapd
- npm install - npm install
script: script:
- npm run dist:lin - npm run dist:lin