From 7e68305f9812910832461c93d68fb290ada54ce9 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 10 Jan 2019 10:58:11 +0100 Subject: [PATCH] Travis: update LuaRocks: 2.4.2 => 3.0.4 (#2569) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e86da2f17..88b9cd6df 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 \