travis.yml

This commit is contained in:
Victor Baranov 2018-09-06 13:38:41 +03:00
parent cbc2128d85
commit c1009573eb
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