diff --git a/.travis.yml b/.travis.yml index e86da2f1..88b9cd6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \