1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

fix travis

This commit is contained in:
deadc0de6
2020-08-07 17:30:36 +02:00
parent dad31efb1f
commit 627b75e28a

View File

@@ -49,7 +49,7 @@ unset DOTDROP_FORCE_NODEBUG
if [ -z ${TRAVIS} ]; then
${scr} > "${log}" 2>&1 &
else
${scr} > "${log}" 2>&1 >/dev/null &
${scr} > "${log}" >/dev/null 2>&1 &
fi
tail --pid="$!" -f "${log}"
set +e