"wrappers/python/vscode:/vscode.git/clone" did not exist on "9da364635cbf0dd09d215bf7da1938e3edb7547e"
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 {
# Start a process that runs as a keep-alive
# to avoid travis quitting if there is no output
(while true; do
>&2 echo "Travis-CI keep-alive"
>&2 echo "Building libraries..."
sleep 480
done) &
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