From: Lars Schneider <larsxschneider@gmail.com>
To: git@vger.kernel.org
Cc: sandals@crustytoothpaste.net, gitster@pobox.com
Subject: [PATCH v2 4/4] travis-ci: unset compiler for jobs that do not need one
Date: Wed, 26 Apr 2017 21:15:45 +0200 [thread overview]
Message-ID: <20170426191545.27552-5-larsxschneider@gmail.com> (raw)
In-Reply-To: <20170426191545.27552-1-larsxschneider@gmail.com>
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>
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index c26f3bf789..e5e7c3edd7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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:
--
2.12.2
prev parent reply other threads:[~2017-04-26 19:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-26 19:15 [PATCH v2 0/4] travis-ci: build docs with asciidoctor Lars Schneider
2017-04-26 19:15 ` [PATCH v2 1/4] travis-ci: build documentation with AsciiDoc and Asciidoctor Lars Schneider
2017-04-26 19:15 ` [PATCH v2 2/4] travis-ci: parallelize documentation build Lars Schneider
2017-04-26 19:15 ` [PATCH v2 3/4] travis-ci: check AsciiDoc/AsciiDoctor stderr output Lars Schneider
2017-04-27 1:21 ` Junio C Hamano
2017-04-26 19:15 ` Lars Schneider [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170426191545.27552-5-larsxschneider@gmail.com \
--to=larsxschneider@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=sandals@crustytoothpaste.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).