Travis: 'make build' for luarocks

I am not sure if this is required, but documented like that.
This commit is contained in:
Daniel Hahler 2015-06-13 00:47:58 +02:00
parent d2f583d839
commit e4c547d36b

View file

@ -69,6 +69,7 @@ install:
- tar xf luarocks-2.2.2.tar.gz
- cd luarocks-2.2.2
- ./configure --lua-version=$LUA
- make build
- sudo make install
- cd ..