From: Thomas D Date: Sat, 14 Feb 2015 13:28:12 +0000 (+0100) Subject: Workaround for Travis `make check` failure no longer needed X-Git-Tag: dnsdist-1.0.0-alpha1~285^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e6d215f70d337ead978a3eb80781f9195108f0;p=thirdparty%2Fpdns.git Workaround for Travis `make check` failure no longer needed --- diff --git a/.travis.yml b/.travis.yml index fcbea5d93a..dda32d9e65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,7 +94,7 @@ script: - cd .. - make -k install DESTDIR=/tmp/pdns-install-dir - find /tmp/pdns-install-dir -ls - - travis_retry timeout 240s make -j 4 check # Workaround for remotebackend failures on travis-ci + - make -j 4 check - make -k -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$ | grep -E -v 'dnsdist|calidns') - cd pdns - make -k -j 4 pdns_recursor