Skip to content

Commit dcc3e7f

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ matrix:
6161
- >
6262
docker run
6363
--interactive
64+
--env DEVELOPER
6465
--env DEFAULT_TEST_TARGET
6566
--env GIT_PROVE_OPTS
6667
--env GIT_TEST_OPTS

0 commit comments

Comments
 (0)