Added .travis.yml

This commit is contained in:
vbaranov 2018-10-29 15:26:50 +03:00
parent 7dc7a9a696
commit f9852b66e4
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:
- "8"
cache:
directories:
- node_modules
script:
- npm run lint && npm run test && npm run coveralls