1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00: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