This commit is contained in:
gaoshuaixing
2020-11-02 16:40:37 +08:00
commit 066d9249c0
42 changed files with 1280 additions and 0 deletions

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
language: node_js
node_js:
- '8'
- '10'
- '12'
before_install:
- npm i npminstall -g
install:
- npminstall
script:
- npm run ci
after_script:
- npminstall codecov && codecov