From e4c547d36b0d7d1821a0a014c3a250ba267027b0 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 13 Jun 2015 00:47:58 +0200 Subject: [PATCH] Travis: 'make build' for luarocks I am not sure if this is required, but documented like that. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index caef9bef5..7d760544a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ..