[latex3-commits] [git/LaTeX3-latex3-luaotfload] harfnode-dev: Fix Travis detection code (d936c23)

Marcel Fabian Krüger tex at 2krueger.de
Fri Oct 25 20:02:03 CEST 2019


Repository : https://github.com/latex3/luaotfload
On branch  : harfnode-dev
Link       : https://github.com/latex3/luaotfload/commit/d936c23a5e8e912537c51d1a6ee99eb59cdc79f1

>---------------------------------------------------------------

commit d936c23a5e8e912537c51d1a6ee99eb59cdc79f1
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Oct 25 19:28:18 2019 +0200

    Fix Travis detection code


>---------------------------------------------------------------

d936c23a5e8e912537c51d1a6ee99eb59cdc79f1
 build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.lua b/build.lua
index 523a2cc..a6c761e 100644
--- a/build.lua
+++ b/build.lua
@@ -22,7 +22,7 @@ print(mydata.email)
 -- See stackoverflow.com/a/12142066/212001 / build-config from latex2e
 local master_branch do
   local tag = os.getenv'TRAVIS_TAG'
-  if tag then
+  if tag and tag ~= "" then
     master_branch = not string.match(tag, '-dev$')
   else
     local branch = os.getenv'TRAVIS_BRANCH'





More information about the latex3-commits mailing list