add travis ci for tests
This commit is contained in:
parent
624219ad08
commit
01af8846c0
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- '11.14'
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
script:
|
||||||
|
- npm test
|
Loading…
Reference in New Issue
Block a user