Travis: update LuaRocks: 2.4.2 => 3.0.4 (#2569)
This commit is contained in:
parent
2b3707ccfc
commit
7e68305f98
|
@ -71,8 +71,8 @@ install:
|
||||||
|
|
||||||
# Install luarocks (for the selected Lua version).
|
# Install luarocks (for the selected Lua version).
|
||||||
- |
|
- |
|
||||||
travis_retry wget https://github.com/luarocks/luarocks/archive/v2.4.2.tar.gz
|
travis_retry wget https://github.com/luarocks/luarocks/archive/v3.0.4.tar.gz
|
||||||
tar xf v2.4.2.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} \
|
||||||
&& make build \
|
&& make build \
|
||||||
|
|
Loading…
Reference in New Issue