Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
updated .travis.yml (trunk)
Browse files Browse the repository at this point in the history
git-svn-id: https://serveur-svn.lri.fr/svn/modhel/luatex/trunk@7049 0b2b3880-5936-4365-a048-eb17d2e5a6bf
  • Loading branch information
luigiScarso committed Jan 20, 2019
1 parent 87af950 commit f25f235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ before_deploy:
- export LUATEX_SVN_REVISION=`grep -Eo "[0-9]+" source/texk/web2c/luatexdir/luatex_svnversion.h`
- git config --local user.name "Travis CI"
- git config --local user.email "https://travis-ci.org/"
- git tag "${LUATEX_VERSION}-svn${LUATEX_SVN_REVISION}"
- git tag -f "${LUATEX_VERSION}-svn${LUATEX_SVN_REVISION}"

deploy:
provider: releases
Expand Down

0 comments on commit f25f235

Please sign in to comment.