Travis: update luarocks: 2.3.0 => 2.4.2 (#1977)
This commit is contained in:
parent
934ad741a7
commit
30df31509e
|
@ -79,9 +79,9 @@ install:
|
||||||
|
|
||||||
# Install luarocks (for the selected Lua version).
|
# Install luarocks (for the selected Lua version).
|
||||||
- |
|
- |
|
||||||
travis_retry wget https://keplerproject.github.io/luarocks/releases/luarocks-2.3.0.tar.gz
|
travis_retry wget https://github.com/luarocks/luarocks/archive/v2.4.2.tar.gz
|
||||||
tar xf luarocks-2.3.0.tar.gz
|
tar xf v2.4.2.tar.gz
|
||||||
(cd luarocks-2.3.0 \
|
(cd 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 \
|
||||||
&& sudo make install)
|
&& sudo make install)
|
||||||
|
|
Loading…
Reference in New Issue