1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-05 12:04:54 +02:00
bitwarden-browser/.travis.yml
2020-03-12 15:30:48 -04:00

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