update README and add travis

This commit is contained in:
Yanzhen Yu
2018-10-16 17:53:35 +08:00
parent e461136f71
commit 71932ee530
3 changed files with 46 additions and 1 deletions

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
language: node_js
node_js:
- 10
cache:
directories:
- 'node_modules'
install:
- npm install
script:
- npm test