travis: build and test on Linux with musl libc and busybox

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Đoàn Trần Công Danh
2020-04-04 08:08:50 +07:00
committed by Junio C Hamano
parent c3bc449eb1
commit e0f8690dee
5 changed files with 24 additions and 0 deletions

View File

@ -18,6 +18,10 @@ case "$jobname" in
Linux32)
switch_cmd="linux32 --32bit i386"
;;
linux-musl)
switch_cmd=
useradd () { adduser -D "$@"; }
;;
*)
exit 1
;;