Skip to content

Commit

Permalink
travis-ci: unset compiler for jobs that do not need one
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
larsxschneider committed Apr 26, 2017
1 parent c0a6068 commit 315affa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -41,6 +41,7 @@ matrix:
include:
- env: Linux32
os: linux
compiler:
services:
- docker
before_install:
Expand All @@ -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:
Expand Down

0 comments on commit 315affa

Please sign in to comment.