Skip to content

Commit 912b0ab

Browse files
larsxschneidergitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a6e6976 commit 912b0ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ matrix:
4141
include:
4242
- env: Linux32
4343
os: linux
44+
compiler:
4445
services:
4546
- docker
4647
before_install:
@@ -62,7 +63,7 @@ matrix:
6263
# root@container:/# /usr/src/git/ci/run-linux32-build.sh
6364
- env: Documentation
6465
os: linux
65-
compiler: clang
66+
compiler:
6667
addons:
6768
apt:
6869
packages:

0 commit comments

Comments
 (0)