Skip to content

Commit

Permalink
travis-ci: set DEVELOPER knob for Linux32 build
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
larsxschneider authored and gitster committed Apr 27, 2017
1 parent e2cb6ab commit dcc3e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ matrix:
- >
docker run
--interactive
--env DEVELOPER
--env DEFAULT_TEST_TARGET
--env GIT_PROVE_OPTS
--env GIT_TEST_OPTS
Expand Down

0 comments on commit dcc3e7f

Please sign in to comment.