Unverified Commit 94cc7688 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

[common] update message

parent 0cab901e
...@@ -26,7 +26,7 @@ function start_spinner { ...@@ -26,7 +26,7 @@ function start_spinner {
# Start a process that runs as a keep-alive # Start a process that runs as a keep-alive
# to avoid travis quitting if there is no output # to avoid travis quitting if there is no output
(while true; do (while true; do
>&2 echo "Travis-CI keep-alive" >&2 echo "Building libraries..."
sleep 480 sleep 480
done) & done) &
MB_SPINNER_PID=$! MB_SPINNER_PID=$!
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment