From: Ruben d'Arco Date: Thu, 9 May 2013 14:07:33 +0000 (+0200) Subject: Add doc-build to travis X-Git-Tag: auth-3.3-rc1~78^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fadb959d7bf9dd18540c6f0044f8f131cbc07d3;p=thirdparty%2Fpdns.git Add doc-build to travis --- diff --git a/.travis.yml b/.travis.yml index 06235caa12..dd118c69a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,9 @@ script: - cd pdns - make testrunner - ./testrunner - - cd ../regression-tests.nobackend + - cd docs + - make + - cd ../../regression-tests.nobackend - ./runtests - cd ../regression-tests - touch verify-dnssec-zone/skip