Get LuaRocks via HTTPS instead of HTTP
[ci skip] Closes https://github.com/awesomeWM/awesome/pull/570.
This commit is contained in:
parent
269bb90e18
commit
0d2e6d2068
|
@ -37,7 +37,7 @@ install:
|
||||||
- sudo apt-get install -y lib${LUANAME}-dev ${LUANAME} ${INSTALL_PKGS}
|
- sudo apt-get install -y lib${LUANAME}-dev ${LUANAME} ${INSTALL_PKGS}
|
||||||
|
|
||||||
# Install luarocks (for the selected Lua version).
|
# 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
|
- tar xf luarocks-2.2.2.tar.gz
|
||||||
- cd luarocks-2.2.2
|
- cd luarocks-2.2.2
|
||||||
- ./configure --lua-version=$LUA --with-lua-include=${LUAINCLUDE} ${LUAROCKS_ARGS}
|
- ./configure --lua-version=$LUA --with-lua-include=${LUAINCLUDE} ${LUAROCKS_ARGS}
|
||||||
|
|
Loading…
Reference in New Issue