]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
had a typo in it...
authorbert hubert <bert.hubert@powerdns.com>
Wed, 30 Sep 2015 13:34:02 +0000 (15:34 +0200)
committerbert hubert <bert.hubert@powerdns.com>
Wed, 30 Sep 2015 13:34:02 +0000 (15:34 +0200)
.travis.yml

index fcd959bf345a730051e55a848fe75493a6a6642c..38ca0453c238ba7483f5520789297b792aa7a673 100644 (file)
@@ -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 ..