Merge pull request #66 from murgatroid99/docker_test_script_fix

Try not updating npm in tests
This commit is contained in:
Michael Lumish 2017-10-17 16:20:21 -07:00 committed by GitHub
commit 0aae3f8264
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ do
echo "Switching to node version $version" echo "Switching to node version $version"
nvm install $version nvm install $version
nvm use $version nvm use $version
npm install -g npm
set -ex set -ex
mkdir -p "reports/node$version" mkdir -p "reports/node$version"