summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLars Schneider <larsxschneider@gmail.com>2017-05-05 15:40:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-05-11 09:44:54 (GMT)
commitb8e188f6f51fb016eba7eb8a76a109cdadbd4231 (patch)
tree9b7b304e44099ca85393cceaf7c39ea07c7fe4e3 /.travis.yml
parent3ae72a3acaac8b79653d67cf1aae94f61efd41c7 (diff)
downloadgit-b8e188f6f51fb016eba7eb8a76a109cdadbd4231.zip
git-b8e188f6f51fb016eba7eb8a76a109cdadbd4231.tar.gz
git-b8e188f6f51fb016eba7eb8a76a109cdadbd4231.tar.bz2
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f96f09c..6dd73d1 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: