Run node and io.js installation test suites separately.

This commit is contained in:
Jordan Harband
2016-05-08 22:21:33 -07:00
parent d000624489
commit c9b7ccdaea
22 changed files with 78 additions and 66 deletions

View File

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