add Node.js 10 to CI tests (#3342)

This commit is contained in:
Alex Lam S.L
2019-03-15 16:45:12 +08:00
committed by GitHub
parent 8b3259e0c2
commit cb8f3a2a31
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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