From: Lars Schneider Date: Wed, 26 Apr 2017 19:18:57 +0000 (+0200) Subject: travis-ci: set DEVELOPER knob for Linux32 build X-Git-Tag: v2.13.0-rc2~8^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dcc3e7f5fd9638641d04ac17683a369c74845ff6?ds=inline travis-ci: set DEVELOPER knob for Linux32 build The Linux32 build was not build with our strict compiler settings (e.g. warnings as errors). Fix this by passing the DEVELOPER environment variable to the docker container. Signed-off-by: Lars Schneider Signed-off-by: Junio C Hamano --- diff --git a/.travis.yml b/.travis.yml index c757a111ce..658a219ee1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,6 +61,7 @@ matrix: - > docker run --interactive + --env DEVELOPER --env DEFAULT_TEST_TARGET --env GIT_PROVE_OPTS --env GIT_TEST_OPTS