Travis: update luarocks: 2.2.2 => 2.3.0

This commit is contained in:
Daniel Hahler 2016-04-04 20:41:22 +02:00
parent 6d550d478c
commit 0cbab1320c
1 changed files with 3 additions and 3 deletions

View File

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