From: Lars Schneider Date: Fri, 5 May 2017 15:40:53 +0000 (+0200) Subject: travis-ci: add job to run tests with GETTEXT_POISON X-Git-Tag: v2.13.1~39^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8e188f6f51fb016eba7eb8a76a109cdadbd4231;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/.travis.yml b/.travis.yml index f96f09ce9d..6dd73d1f02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,11 @@ env: matrix: include: + - env: GETTEXT_POISON=YesPlease + os: linux + compiler: + addons: + before_install: - env: Windows os: linux compiler: