Merge pull request #648 from nicolasnoble/node11-tests

Adding node 11 tests.
This commit is contained in:
Nicolas Noble 2018-11-16 15:07:27 -08:00 committed by GitHub
commit 22e16719b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ call npm install || goto :error
SET JUNIT_REPORT_STACK=1
SET FAILED=0
for %%v in (4 6 7 8 9 10) do (
for %%v in (4 6 7 8 9 10 11) do (
call nvm install %%v
call nvm use %%v
if "%%v"=="4" (

View File

@ -26,7 +26,7 @@ set -ex
cd $ROOT
if [ ! -n "$node_versions" ] ; then
node_versions="4 5 6 7 8 9 10"
node_versions="4 5 6 7 8 9 10 11"
fi
set +ex