Travis: update luarocks: 2.2.2 => 2.3.0
This commit is contained in:
parent
6d550d478c
commit
0cbab1320c
|
@ -54,9 +54,9 @@ install:
|
|||
- if [ ! -e "/usr/bin/lua" ]; then sudo ln -s /usr/bin/luajit /usr/bin/lua; fi
|
||||
|
||||
# Install luarocks (for the selected Lua version).
|
||||
- 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
|
||||
- travis_retry wget https://keplerproject.github.io/luarocks/releases/luarocks-2.3.0.tar.gz
|
||||
- tar xf luarocks-2.3.0.tar.gz
|
||||
- cd luarocks-2.3.0
|
||||
- ./configure --lua-version=$LUA --with-lua-include=${LUAINCLUDE} ${LUAROCKS_ARGS}
|
||||
- make build
|
||||
- sudo make install
|
||||
|
|
Loading…
Reference in New Issue