mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-10-30 00:45:49 +08:00
Added travis config, fixed tests for use on travis
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# Restore
|
||||
if [ -d bak ]
|
||||
then
|
||||
mv bak/* . || sleep 0s
|
||||
mv bak/* . > /dev/null 2>&1 || sleep 0s
|
||||
rmdir bak
|
||||
fi
|
||||
mkdir -p src alias
|
||||
|
||||
Reference in New Issue
Block a user