travis.yml
This commit is contained in:
parent
cbc2128d85
commit
c1009573eb
|
@ -0,0 +1,9 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
script:
|
||||
- npm run lint && npm run test && npm run coveralls
|
Loading…
Reference in New Issue