ci(Travis CI): add Travis configuration
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- 8
|
||||
- 9
|
||||
after_success:
|
||||
- npx nyc report --reporter=lcov | npx codecov
|
||||
- npm run cov:check
|
||||
Reference in New Issue
Block a user