[latex3-commits] [git/LaTeX3-latex3-luaotfload] test-dev: test (ff751f5)

Marcel Fabian Krüger tex at 2krueger.de
Fri Oct 25 19:36:44 CEST 2019


Repository : https://github.com/latex3/luaotfload
On branch  : test-dev
Link       : https://github.com/latex3/luaotfload/commit/ff751f5c464213b10a51508d14bcb1dff78353d7

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

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

    test


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

ff751f5c464213b10a51508d14bcb1dff78353d7
 .travis.yml | 1 +
 build.lua   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 68cf6db..c854ceb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ services: docker
 dist: bionic
 
 install:
+  - echo "--$TRAVIS_TAG--$TRAVIS_BRANCH--"
   - sudo apt-get install python3-docutils
   - source texlive.sh
 
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