1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-20 14:35:09 +02:00

travis yml

This commit is contained in:
Kyle Spearrin 2018-02-19 13:44:50 -05:00
parent a1574afbbd
commit 39900153ba

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
matrix:
include:
- language: node_js
node_js: 8
env:
- NAME="Node 8"
install:
- npm install
script:
- npm run dist:lin