This commit is contained in:
Uli Schlachter 2020-08-03 17:35:39 +02:00
parent 4d3cd6f006
commit 703d5eee41
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ install:
# Install luarocks (for the selected Lua version). # Install luarocks (for the selected Lua version).
- | - |
travis_retry wget https://github.com/luarocks/luarocks/archive/v3.3.1.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 tar xf v3.3.1.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 \