Better logging for mac app build (travis)

This commit is contained in:
Thomas Ferreira de Lima 2019-04-04 20:04:28 -04:00
parent fffacd6690
commit d54d803301
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -e
export PING_SLEEP=30s
bash -c "while true; do echo -n '.'; sleep $PING_SLEEP; done" &
bash -c "while true; do find * | wc -l; sleep $PING_SLEEP; done" &
PING_LOOP_PID=$!
touch build.txt