1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

build matrix, remove linux from travis ci

This commit is contained in:
Kyle Spearrin
2019-03-12 14:28:32 -04:00
parent d2085f6ff0
commit 51b206b07b
2 changed files with 24 additions and 25 deletions

View File

@@ -1,20 +1,9 @@
matrix:
include:
- os: linux
dist: trusty
sudo: true
language: node_js
node_js: 9
install:
- sudo apt-get install pkg-config libxss-dev libsecret-1-dev rpm
- npm install
script:
- npm run build
- os: osx
osx_image: xcode9.2
language: node_js
node_js: 9
node_js: 10
install:
- npm install
script: