From 0d2e6d20684936035d438ea4da6a8c232f39d294 Mon Sep 17 00:00:00 2001 From: Frederik Date: Fri, 20 Nov 2015 16:51:30 +0100 Subject: [PATCH] Get LuaRocks via HTTPS instead of HTTP [ci skip] Closes https://github.com/awesomeWM/awesome/pull/570. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6b08ccdc..973e738ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ install: - sudo apt-get install -y lib${LUANAME}-dev ${LUANAME} ${INSTALL_PKGS} # Install luarocks (for the selected Lua version). - - travis_retry wget http://keplerproject.github.io/luarocks/releases/luarocks-2.2.2.tar.gz + - travis_retry wget https://keplerproject.github.io/luarocks/releases/luarocks-2.2.2.tar.gz - tar xf luarocks-2.2.2.tar.gz - cd luarocks-2.2.2 - ./configure --lua-version=$LUA --with-lua-include=${LUAINCLUDE} ${LUAROCKS_ARGS}