diff --git a/run-tests.bat b/run-tests.bat index a47f0707..f48ab4cb 100644 --- a/run-tests.bat +++ b/run-tests.bat @@ -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 11) do ( +for %%v in (6 7 8 9 10 11) do ( call nvm install %%v call nvm use %%v if "%%v"=="4" ( diff --git a/run-tests.sh b/run-tests.sh index 80362dd2..ff1caa2e 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -26,7 +26,7 @@ set -ex cd $ROOT if [ ! -n "$node_versions" ] ; then - node_versions="4 5 6 7 8 9 10 11" + node_versions="6 7 8 9 10 11" fi set +ex