1
0
mirror of synced 2025-11-08 12:57:47 +00:00

ci(node): build on latest node lts (v10) and stable (v11)

This commit is contained in:
Jason Dreyzehner
2018-11-27 21:00:32 -05:00
parent 0cea6b206e
commit 12ad44608c
4 changed files with 25 additions and 25 deletions

View File

@@ -1,12 +1,12 @@
sudo: false
language: node_js
node_js:
- 8
- 9
- '10'
- '11'
# keep the npm cache to speed up installs
cache:
directories:
- "$HOME/.npm"
- '$HOME/.npm'
after_success:
- npx nyc report --reporter=lcov | npx codecov
- npm run cov:check
- npm run cov:check