Craig Davison 2015-12-12 13:10:22 +00:00
parent 1adea754ec
commit 75fce23f01
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
before_install:
# Unfortunately there's no other way to install a recent luarocks release
- cd ../
- wget https://keplerproject.github.io/luarocks/releases/luarocks-2.2.2.tar.gz -O build-luarocks-2.2.2.tar.gz
- tar -xvf build-luarocks-2.2.2.tar.gz
- cd build-luarocks-2.2.2
- wget https://keplerproject.github.io/luarocks/releases/luarocks-2.2.2.tar.gz -O luarocks-2.2.2.tar.gz
- tar -xvf luarocks-2.2.2.tar.gz
- cd luarocks-2.2.2
- ./configure
- make build
- sudo make install