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,9 +1,9 @@
environment:
matrix:
- nodejs_version: 8
- nodejs_version: 9
- nodejs_version: '10'
- nodejs_version: '11'
version: "{build}"
version: '{build}'
cache:
- node_modules -> package.json
@@ -20,4 +20,4 @@ test_script:
- npm run cov:check
build: off
deploy: off
deploy: off