diff options
author | Đoàn Trần Công Danh <congdanhqx@gmail.com> | 2020-04-04 03:08:50 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-06 22:44:42 +0200 |
commit | e0f8690dee7ec9373657eb2ecef9c8d88d0ece08 (patch) | |
tree | fa88264a796d7b32179ff93bc50366573f58f931 /.travis.yml | |
parent | ci/linux32: libify install-dependencies step (diff) | |
download | git-e0f8690dee7ec9373657eb2ecef9c8d88d0ece08.tar.xz git-e0f8690dee7ec9373657eb2ecef9c8d88d0ece08.zip |
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.yml | 8 |
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: |