ci: fix the `jobname` of the `GETTEXT_POISON` job

In 6cdccfce1e (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>
This commit is contained in:
Johannes Schindelin 2020-04-08 11:05:35 +07:00 committed by Junio C Hamano
parent 855c158e81
commit 87b68db3ac
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ compiler:
matrix: matrix:
include: include:
- env: jobname=GIT_TEST_GETTEXT_POISON - env: jobname=GETTEXT_POISON
os: linux os: linux
compiler: compiler:
addons: addons:

View File

@ -217,7 +217,7 @@ osx-clang|osx-gcc)
# Travis CI OS X # Travis CI OS X
export GIT_SKIP_TESTS="t9810 t9816" export GIT_SKIP_TESTS="t9810 t9816"
;; ;;
GIT_TEST_GETTEXT_POISON) GETTEXT_POISON)
export GIT_TEST_GETTEXT_POISON=true export GIT_TEST_GETTEXT_POISON=true
;; ;;
Linux32) Linux32)