Travis: update luarocks to 2.2.2

This commit is contained in:
Daniel Hahler 2015-06-10 19:22:31 +02:00
parent 256ecd4d8e
commit 6d5973cb8c
1 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@ install:
- sudo apt-get install -qq gir1.2-pango-1.0
# Install luarocks (for the selected Lua version).
- wget http://keplerproject.github.io/luarocks/releases/luarocks-2.2.1.tar.gz
- tar xf luarocks-2.2.1.tar.gz
- cd luarocks-2.2.1
- wget http://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
- sudo make install
- cd ..