ci(node): build on latest node lts (v10) and stable (v11)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user