Move node-specific installation tests to their own directory.

This commit is contained in:
Jordan Harband
2015-01-17 11:26:52 -06:00
parent 78c1f2cf9d
commit 9615672243
9 changed files with 26 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
if [ -f ".nvmrc" ]; then
mv .nvmrc .nvmrc.bak
fi