From: Pieter Lexis Date: Sat, 20 Dec 2014 14:48:30 +0000 (+0100) Subject: Fix the travis build X-Git-Tag: rec-3.7.0-rc1~82^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1959%2Fhead;p=thirdparty%2Fpdns.git Fix the travis build --- diff --git a/.travis.yml b/.travis.yml index 96875c4736..b487d20068 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,10 +49,8 @@ script: - make -k -j 4 - cd .. - ln -s pdns-recursor*/pdns_recursor . - - make -k -C docs html/index.html manpages - - cd docs - - make html-new/index.html - - cd ../../regression-tests.recursor + - make -k -C docs html-new/index.html manpages + - cd ../regression-tests.recursor - cp vars.sample vars - ./config.sh - ./start.sh