travis-ci: handle Git for Windows CI status "failed" explicitly
commit6fa68ff28856f85f8633ea054856e98962f167d0
authorLars Schneider <larsxschneider@gmail.com>
Sat, 29 Apr 2017 18:59:58 +0000 (29 20:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 May 2017 05:50:40 +0000 (4 14:50 +0900)
tree69d5d3224835f90ac84772f210077395dc911fa3
parent029aeeed55f6bfe8014e8ffe5fc7a6f2e5b110fc
travis-ci: handle Git for Windows CI status "failed" explicitly

Git for Windows CI returns "completed: failed" if a build or test
failure happened. This case was processed as "Unhandled status".
Handle the case explicitly.

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