Attempt adding travis

This commit is contained in:
Travis Shivers 2020-06-07 01:02:23 -05:00
parent 192d87d2c8
commit d50309a484
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: node_js
node_js:
- node
- lts/*
script:
- npm run lint
- npm run build