Skip to content

Commit 87b68db

Browse files
dschosgn
authored andcommitted
ci: fix the jobname of the GETTEXT_POISON job
In 6cdccfc (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 <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Đoàn Trần Công Danh <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 855c158 commit 87b68db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compiler:
1616

1717
matrix:
1818
include:
19-
- env: jobname=GIT_TEST_GETTEXT_POISON
19+
- env: jobname=GETTEXT_POISON
2020
os: linux
2121
compiler:
2222
addons:

ci/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ osx-clang|osx-gcc)
217217
# Travis CI OS X
218218
export GIT_SKIP_TESTS="t9810 t9816"
219219
;;
220-
GIT_TEST_GETTEXT_POISON)
220+
GETTEXT_POISON)
221221
export GIT_TEST_GETTEXT_POISON=true
222222
;;
223223
Linux32)

0 commit comments

Comments
 (0)