]> git.ipfire.org Git - thirdparty/git.git/commitdiff
travis-ci: unset compiler for jobs that do not need one
authorLars Schneider <larsxschneider@gmail.com>
Tue, 11 Apr 2017 08:33:09 +0000 (10:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Apr 2017 00:28:53 +0000 (17:28 -0700)
TravisCI does not need to setup any compiler for the documentation
build. Clear the value to fix this.

The Linux32 build job does not define the compiler but it inherits the
value from the base job. Since it does not need the compiler either
because the build runs inside a Docker container we should clear this,
too.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.travis.yml

index c26f3bf78983a58dd49272614fd3291f3fdbe549..e5e7c3edd78209467ab9dc7032138db46ded8190 100644 (file)
@@ -41,6 +41,7 @@ matrix:
   include:
     - env: Linux32
       os: linux
+      compiler:
       services:
         - docker
       before_install:
@@ -62,7 +63,7 @@ matrix:
         # root@container:/# /usr/src/git/ci/run-linux32-build.sh
     - env: Documentation
       os: linux
-      compiler: clang
+      compiler:
       addons:
         apt:
           packages: