add Node.js 10 to CI tests (#3342)
This commit is contained in:
parent
8b3259e0c2
commit
cb8f3a2a31
|
|
@ -19,6 +19,7 @@ env:
|
|||
- NODEJS_VER=node/4
|
||||
- NODEJS_VER=node/6
|
||||
- NODEJS_VER=node/8
|
||||
- NODEJS_VER=node/10
|
||||
- NODEJS_VER=node/latest
|
||||
before_install:
|
||||
- git clone --branch v1.4.2 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ environment:
|
|||
- NODEJS_VER: node/4
|
||||
- NODEJS_VER: node/6
|
||||
- NODEJS_VER: node/8
|
||||
- NODEJS_VER: node/10
|
||||
- NODEJS_VER: node/latest
|
||||
install:
|
||||
- git clone --branch v1.4.2 --depth 1 https://github.com/jasongin/nvs.git %LOCALAPPDATA%\nvs
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user