From: Kees Monshouwer Date: Fri, 21 Feb 2014 23:19:46 +0000 (+0100) Subject: travis: skip verify-dnssec-zone test for optout test runs X-Git-Tag: rec-3.6.0-rc1~169^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1e4cb54346df6a3ce4ee4c948e4e4add747f9a6;p=thirdparty%2Fpdns.git travis: skip verify-dnssec-zone test for optout test runs --- diff --git a/.travis.yml b/.travis.yml index 02a3f46581..7b807c4be2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,12 +48,16 @@ script: - ./start-test-stop 5300 bind-both - ./start-test-stop 5300 bind-dnssec-both - ./start-test-stop 5300 bind-dnssec-nsec3-both + - touch tests/verify-dnssec-zone/skip - ./start-test-stop 5300 bind-dnssec-nsec3-optout-both + - rm -f tests/verify-dnssec-zone/skip - ./start-test-stop 5300 bind-dnssec-nsec3-narrow - ./start-test-stop 5300 gmysql-nodnssec-both - ./start-test-stop 5300 gmysql-both - ./start-test-stop 5300 gmysql-nsec3-both + - touch tests/verify-dnssec-zone/skip - ./start-test-stop 5300 gmysql-nsec3-optout-both + - rm -f tests/verify-dnssec-zone/skip - ./start-test-stop 5300 gmysql-nsec3-narrow - ./start-test-stop 5300 gpgsql-nodnssec - ./start-test-stop 5300 gpgsql