Skip to content

Commit

Permalink
master_branch must be global (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Feb 24, 2020
1 parent 15cead4 commit 00a36f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ end
--
-- See stackoverflow.com/a/12142066/212001
-- Also luaotfload build.lua: getting the Travis-CI version right is 'fun'
local master_branch do
do
local tag = os.getenv'TRAVIS_TAG'
if tag and tag ~= "" then
master_branch = not string.match(tag, '^dev-')
Expand Down

0 comments on commit 00a36f1

Please sign in to comment.