summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Johannes Schindelin <johannes.schindelin@gmx.de>2020-04-08 11:05:35 +0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-04-07 22:17:10 -0700
commit87b68db3ac5465bbd10ff0fc22fa5209b6452a31 (patch)
tree2a24c245e29677878f60f7c275c0798b92d9d36b /.travis.yml
parentci/lib: set TERM environment variable if not exist (diff)
downloadtgif-87b68db3ac5465bbd10ff0fc22fa5209b6452a31.tar.xz
ci: fix the `jobname` of the `GETTEXT_POISON` job
In 6cdccfce1e0f (i18n: make GETTEXT_POISON a runtime option, 2018-11-08), the `jobname` was adjusted to have the `GIT_TEST_` prefix, but that prefix makes no sense in this context. Co-authored-by: Đoàn Trần Công Danh <congdanhqx@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0cfc3c3428..05f3e3f8d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ compiler:
matrix:
include:
- - env: jobname=GIT_TEST_GETTEXT_POISON
+ - env: jobname=GETTEXT_POISON
os: linux
compiler:
addons: