Skip to content

Commit

Permalink
add .coveralls.yml & .ravis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Nov 24, 2018
1 parent 70cda24 commit 07cc91f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: HVfgSDFTckHleK8xgQge8Cifu95ef3pts
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- 4.0
- 6.0
- 7.0
- 8.0
- 9.0
- 10.0
- 11.0
after_script:
- npm run test-cov
- npm run coveralls

0 comments on commit 07cc91f

Please sign in to comment.