Use a LuaRocks version that works with Lua 5.4
This commit is contained in:
parent
50817ae8b8
commit
4d3cd6f006
|
@ -85,7 +85,7 @@ install:
|
|||
|
||||
# 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
|
||||
(cd /tmp/luarocks-* \
|
||||
&& ./configure --lua-version=$LUA --with-lua-include=${LUAINCLUDE} ${LUAROCKS_ARGS} \
|
||||
|
|
Loading…
Reference in New Issue