mirror of https://github.com/grpc/grpc-node.git
Stop testing on node 4 and 5.
This commit is contained in:
parent
a10c534b01
commit
144a363c0d
|
@ -38,7 +38,7 @@ call npm install || goto :error
|
||||||
SET JUNIT_REPORT_STACK=1
|
SET JUNIT_REPORT_STACK=1
|
||||||
SET FAILED=0
|
SET FAILED=0
|
||||||
|
|
||||||
for %%v in (4 6 7 8 9 10 11) do (
|
for %%v in (6 7 8 9 10 11) do (
|
||||||
call nvm install %%v
|
call nvm install %%v
|
||||||
call nvm use %%v
|
call nvm use %%v
|
||||||
if "%%v"=="4" (
|
if "%%v"=="4" (
|
||||||
|
|
|
@ -26,7 +26,7 @@ set -ex
|
||||||
cd $ROOT
|
cd $ROOT
|
||||||
|
|
||||||
if [ ! -n "$node_versions" ] ; then
|
if [ ! -n "$node_versions" ] ; then
|
||||||
node_versions="4 5 6 7 8 9 10 11"
|
node_versions="6 7 8 9 10 11"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set +ex
|
set +ex
|
||||||
|
|
Loading…
Reference in New Issue