travis-ci: add job to run tests with GETTEXT_POISON
authorLars Schneider <larsxschneider@gmail.com>
Fri, 5 May 2017 15:40:53 +0000 (17:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 May 2017 09:44:54 +0000 (18:44 +0900)
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>
.travis.yml
index f96f09ce9dfa5b65450c69b9354d50b64bf5742f..6dd73d1f02bd0a795fc706c82020d459b2cea49e 100644 (file)
@@ -39,6 +39,11 @@ env:
 
 matrix:
   include:
 
 matrix:
   include:
+    - env: GETTEXT_POISON=YesPlease
+      os: linux
+      compiler:
+      addons:
+      before_install:
     - env: Windows
       os: linux
       compiler:
     - env: Windows
       os: linux
       compiler: