add Node.js 10 to CI tests

This commit is contained in:
alexlamsl 2019-03-15 14:53:15 +08:00
parent b66f47b8dd
commit 39336bf5e7
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