1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

install packages

This commit is contained in:
Kyle Spearrin
2018-02-19 13:55:16 -05:00
parent 0d62eddb79
commit eb1bcf88f0

View File

@@ -3,14 +3,10 @@ matrix:
- language: node_js - language: node_js
os: linux os: linux
dist: trusty dist: trusty
sudo: true
node_js: 8 node_js: 8
addons:
apt:
packages:
- libsecret-1-dev
- libxss-dev
- pkg-config
install: install:
- sudo apt-get install pkg-config libxss-dev libsecret-1-dev
- npm install - npm install
script: script:
- npm run dist:lin - npm run dist:lin