Skip to content

Commit b8e188f

Browse files
larsxschneidergitster
authored andcommitted
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>
1 parent 3ae72a3 commit b8e188f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ env:
3939

4040
matrix:
4141
include:
42+
- env: GETTEXT_POISON=YesPlease
43+
os: linux
44+
compiler:
45+
addons:
46+
before_install:
4247
- env: Windows
4348
os: linux
4449
compiler:

0 commit comments

Comments
 (0)