travis-ci: printf $STATUS as string
authorLars Schneider <larsxschneider@gmail.com>
Wed, 26 Apr 2017 19:39:33 +0000 (21:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Apr 2017 01:23:19 +0000 (18:23 -0700)
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>
No differences found