Adding debug message.

This commit is contained in:
Nicolas "Pixel" Noble 2017-09-16 02:38:08 +02:00
parent 463e6ea93a
commit 5680ac7d33
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ for version in ${node_versions}
do
# Install and setup node for the version we want.
set +e
echo "Switching to node version $version"
nvm install $version
nvm use $version
set -e