diff options
author | Lars Schneider <larsxschneider@gmail.com> | 2017-04-26 21:18:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-27 10:23:56 +0900 |
commit | dcc3e7f5fd9638641d04ac17683a369c74845ff6 (patch) | |
tree | b804dde5a2918163e535f130a0299397f2c98c76 /.travis.yml | |
parent | e2cb6ab84c94f147f1259260961513b40c36108a (diff) | |
download | git-dcc3e7f5fd9638641d04ac17683a369c74845ff6.tar.gz |
travis-ci: set DEVELOPER knob for Linux32 buildls/travis-stricter-linux32-builds
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 <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |