mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #329 from nicolasnoble/node10-tests
Enabling node 10 tests.
This commit is contained in:
commit
146e632bb5
@ -36,7 +36,7 @@ call npm install || goto :error
|
||||
SET JUNIT_REPORT_STACK=1
|
||||
SET FAILED=0
|
||||
|
||||
for %%v in (4 6 7 8 9) do (
|
||||
for %%v in (4 6 7 8 9 10) do (
|
||||
call nvm install %%v
|
||||
call nvm use %%v
|
||||
if "%%v"=="4" (
|
||||
|
||||
@ -26,7 +26,7 @@ set -ex
|
||||
cd $ROOT
|
||||
|
||||
if [ ! -n "$node_versions" ] ; then
|
||||
node_versions="4 5 6 7 8 9"
|
||||
node_versions="4 5 6 7 8 9 10"
|
||||
fi
|
||||
|
||||
set +ex
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user