From: bert hubert Date: Wed, 30 Sep 2015 13:34:02 +0000 (+0200) Subject: had a typo in it... X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3432b48dc2547b4432b23591cf4810591cf388c5;p=thirdparty%2Fpdns.git had a typo in it... --- diff --git a/.travis.yml b/.travis.yml index fcd959bf34..38ca0453c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,7 +107,7 @@ script: # DNSName: - make -k -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$ | grep -E -v 'dnsdist|calidns') - make -k -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$ | grep -E -v 'dnsdist|calidns|zone2lmdb|speedtest') - cd pdns - - make -k -3 1 pdns_recursor + - make -k -j 2 pdns_recursor - rm -f pdns_recursor - ./pdnssec test-algorithms - cd ..