From 342b06b5cba45324639682e6c1ed193927c70e16 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Sat, 20 Dec 2014 15:48:30 +0100 Subject: [PATCH] Fix the travis build --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.47.2