update README and add travis

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 875385552d
commit f3b456270b
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