mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
trusty linux env
This commit is contained in:
parent
39900153ba
commit
0d62eddb79
10
.travis.yml
10
.travis.yml
@ -1,9 +1,15 @@
|
||||
matrix:
|
||||
include:
|
||||
- language: node_js
|
||||
os: linux
|
||||
dist: trusty
|
||||
node_js: 8
|
||||
env:
|
||||
- NAME="Node 8"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libsecret-1-dev
|
||||
- libxss-dev
|
||||
- pkg-config
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user