1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-06 00:48:08 +02:00
bitwarden-browser/.travis.yml
2018-02-19 14:11:21 -05:00

14 lines
298 B
YAML

matrix:
include:
- language: node_js
os: linux
dist: trusty
sudo: true
node_js: 8
install:
- sudo apt-get install pkg-config libxss-dev libsecret-1-dev
- sudo apt install --yes snapd
- npm install
script:
- npm run dist:lin