diff options
Diffstat (limited to 'third_party/git/.travis.yml')
-rw-r--r-- | third_party/git/.travis.yml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/third_party/git/.travis.yml b/third_party/git/.travis.yml index fc5730b085f1..05f3e3f8d791 100644 --- a/third_party/git/.travis.yml +++ b/third_party/git/.travis.yml @@ -16,7 +16,7 @@ compiler: matrix: include: - - env: jobname=GIT_TEST_GETTEXT_POISON + - env: jobname=GETTEXT_POISON os: linux compiler: addons: @@ -32,7 +32,15 @@ matrix: services: - docker before_install: - script: ci/run-linux32-docker.sh + 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: |