summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>2020-04-04 08:08:50 +0700
committerJunio C Hamano <gitster@pobox.com>2020-04-06 13:44:42 -0700
commite0f8690dee7ec9373657eb2ecef9c8d88d0ece08 (patch)
treefa88264a796d7b32179ff93bc50366573f58f931 /.travis.yml
parentc3bc449eb1b8b458e812c07eb8d0cb643f3d1b36 (diff)
downloadgit-e0f8690dee7ec9373657eb2ecef9c8d88d0ece08.tar.gz
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 069aeeff3c..0cfc3c3428 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,14 @@ matrix:
- docker
before_install:
script: ci/run-docker.sh
+ - env: jobname=linux-musl
+ os: linux
+ compiler:
+ addons:
+ services:
+ - docker
+ before_install:
+ script: ci/run-docker.sh
- env: jobname=StaticAnalysis
os: linux
compiler: