Skip to content

Commit

Permalink
Add delete-prefix nvm command to work around probable El Capitan bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Oct 6, 2015
1 parent e69bb28 commit 601df42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ nvm install 4
./node_modules/.bin/gulp test:local
./node_modules/.bin/gulp test:sauce

nvm use 0.12
nvm --delete-prefix use 0.12
./node_modules/.bin/gulp test:node

nvm use 4
nvm --delete-prefix use 4
./node_modules/.bin/gulp test:node

0 comments on commit 601df42

Please sign in to comment.