Travis: update LuaRocks: 2.4.2 => 3.0.4 (#2569)

This commit is contained in:
Daniel Hahler 2019-01-10 10:58:11 +01:00 committed by GitHub
parent 2b3707ccfc
commit 7e68305f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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