]> git.ipfire.org Git - thirdparty/git.git/commit - .travis.yml
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)
commitb8e188f6f51fb016eba7eb8a76a109cdadbd4231
tree9b7b304e44099ca85393cceaf7c39ea07c7fe4e3
parent3ae72a3acaac8b79653d67cf1aae94f61efd41c7
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>
.travis.yml