Get LuaRocks via HTTPS instead of HTTP

[ci skip]

Closes https://github.com/awesomeWM/awesome/pull/570.
This commit is contained in:
Frederik 2015-11-20 16:51:30 +01:00 committed by Daniel Hahler
parent 269bb90e18
commit 0d2e6d2068
1 changed files with 1 additions and 1 deletions

View File

@ -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}