mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
12 lines
199 B
YAML
12 lines
199 B
YAML
matrix:
|
|
include:
|
|
- os: osx
|
|
osx_image: xcode9.2
|
|
language: node_js
|
|
node_js: 10
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run lint
|
|
- npm run build
|