Travis: update luarocks: 2.3.0 => 2.4.2 (#1977)

This commit is contained in:
Daniel Hahler 2017-08-15 17:58:22 +02:00 committed by GitHub
parent 934ad741a7
commit 30df31509e
1 changed files with 3 additions and 3 deletions

View File

@ -79,9 +79,9 @@ install:
# Install luarocks (for the selected Lua version).
- |
travis_retry wget https://keplerproject.github.io/luarocks/releases/luarocks-2.3.0.tar.gz
tar xf luarocks-2.3.0.tar.gz
(cd luarocks-2.3.0 \
travis_retry wget https://github.com/luarocks/luarocks/archive/v2.4.2.tar.gz
tar xf v2.4.2.tar.gz
(cd luarocks-* \
&& ./configure --lua-version=$LUA --with-lua-include=${LUAINCLUDE} ${LUAROCKS_ARGS} \
&& make build \
&& sudo make install)