travis-ci: add job to run tests with GETTEXT_POISON

Add a job to run Git tests with GETTEXT_POISON. In this job we don't run the git-p4, git-svn, and HTTPD tests to save resources/time (those tests are already executed in other jobs). Since we don't run these tests, we can also skip the "before_install" step (which would install the necessary dependencies) with an empty override. Signed-off-by: Lars Schneider <larsxschneider@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Lars Schneider committed May 5, 2017 at 17:40 UTC b8e188f6f51fb016eba7eb8a76a109cdadbd4231
1 file changed +5
.travis.yml
+5
@@ -39,6 +39,11 @@ env:
39
40 matrix:
41 include:
42 + - env: GETTEXT_POISON=YesPlease
43 + os: linux
44 + compiler:
45 + addons:
46 + before_install:
47 - env: Windows
48 os: linux
49 compiler: