travis-ci: unset compiler for jobs that do not need one
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>
Lars Schneider committed
Apr 11, 2017 at 10:33 UTC
912b0ab149ba63f3f0d762b557cc209814874270
1 file changed
+2
-1
.travis.yml
+2
-1
@@ -41,6 +41,7 @@ matrix:
41
include:
42
- env: Linux32
43
os: linux
44
+ compiler:
45
services:
46
- docker
47
before_install:
@@ -62,7 +63,7 @@ matrix:
63
# root@container:/# /usr/src/git/ci/run-linux32-build.sh
64
- env: Documentation
65
os: linux
65
- compiler: clang
66
+ compiler:
67
addons:
68
apt:
69
packages: