add travis ci

This commit is contained in:
Sharon Kennedy 2020-05-21 10:47:06 -04:00
parent 7e1a620787
commit 85cc679ed4
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
script:
- npm test
- npm run build