Skip to content

Commit

Permalink
Re-installing node modules for every node version under test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Tupper committed Mar 12, 2016
1 parent bfe7b33 commit 41e20e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ echo ${VERSIONS[@]}
for arg in ${VERSIONS[@]}
do
nvm install $arg

rm -Rf node_modules
nvm exec $arg npm install

echo
echo "Test functionality"
time nvm exec $arg node test/functionality
Expand Down

0 comments on commit 41e20e3

Please sign in to comment.