update .travis.yml
This commit is contained in:
parent
b0ab9a6c18
commit
7f3d1a3b6f
2 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ script: npm run test
|
|||
|
||||
jobs:
|
||||
include:
|
||||
- node_js: 8
|
||||
- node_js: 10
|
||||
- node_js: 12
|
||||
- node_js: 13
|
||||
- node_js: 14
|
||||
after_success:
|
||||
- npm install -g codecov
|
||||
- npm run report-coverage
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"rollup": "^2.26.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8.0.0"
|
||||
"node": ">= 10.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/retailcrm/mg-bot-api-client-js#readme",
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Reference in a new issue