travis-ci: printf $STATUS as string
commitc4b4968397ca98112205c94fa3d70ae3aedbc475
authorLars Schneider <larsxschneider@gmail.com>
Wed, 26 Apr 2017 19:39:33 +0000 (26 21:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Apr 2017 01:23:19 +0000 (26 18:23 -0700)
tree29716ddb7c5983583da631176fde5097970e0a13
parente2cb6ab84c94f147f1259260961513b40c36108a
travis-ci: printf $STATUS as string

If the $STATUS variable contains a "%" character then printf will
interpret that as invalid format string. Fix this by formatting $STATUS
as string.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/run-windows-build.sh