Skip to content

Commit

Permalink
ci: fix the jobname of the GETTEXT_POISON job
Browse files Browse the repository at this point in the history
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 <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>
  • Loading branch information
dscho and sgn committed Apr 20, 2020
1 parent a7ea5e0 commit 44337e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ compiler:

matrix:
include:
- env: jobname=GIT_TEST_GETTEXT_POISON
- env: jobname=GETTEXT_POISON
os: linux
compiler:
addons:
Expand Down
2 changes: 1 addition & 1 deletion ci/lib.sh
Expand Up @@ -211,7 +211,7 @@ osx-clang|osx-gcc)
# Travis CI OS X
export GIT_SKIP_TESTS="t9810 t9816"
;;
GIT_TEST_GETTEXT_POISON)
GETTEXT_POISON)
export GIT_TEST_GETTEXT_POISON=true
;;
Linux32)
Expand Down

0 comments on commit 44337e8

Please sign in to comment.