Use a LuaRocks version that works with Lua 5.4

This commit is contained in:
Uli Schlachter 2020-08-03 17:33:40 +02:00
parent 50817ae8b8
commit 4d3cd6f006
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ install:
# Install luarocks (for the selected Lua version). # Install luarocks (for the selected Lua version).
- | - |
travis_retry wget https://github.com/luarocks/luarocks/archive/v3.0.4.tar.gz travis_retry wget https://github.com/luarocks/luarocks/archive/v3.3.1.tar.gz
tar xf v3.0.4.tar.gz -C /tmp tar xf v3.0.4.tar.gz -C /tmp
(cd /tmp/luarocks-* \ (cd /tmp/luarocks-* \
&& ./configure --lua-version=$LUA --with-lua-include=${LUAINCLUDE} ${LUAROCKS_ARGS} \ && ./configure --lua-version=$LUA --with-lua-include=${LUAINCLUDE} ${LUAROCKS_ARGS} \