From: bert hubert Date: Sun, 29 Nov 2015 11:49:12 +0000 (+0100) Subject: see if this makes travis build with Lua X-Git-Tag: dnsdist-1.0.0-alpha1~171^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11587b5a59fa8a8569e166e16e930a015b271630;p=pdns see if this makes travis build with Lua --- diff --git a/.travis.yml b/.travis.yml index a6ede2248..6c9dfe6f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,8 +128,8 @@ script: - cd pdns/dnsdistdist - tar xf dnsdist*.tar.bz2 - cd dnsdist-* - - ./configure - - make -k -j 4 + - LUA=1 ./configure + - LUA=1 make -k -j 4 - cd .. - rm -rf dnsdist-*/ - cd ../../