From: Ralph Dolmans Date: Wed, 15 Jan 2020 23:18:00 +0000 (+0100) Subject: try to understand travis X-Git-Tag: release-1.10.0rc1~28^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53d85f903ce96faa215e67e267e27a3e5de33c3b;p=thirdparty%2Funbound.git try to understand travis --- diff --git a/.travis.yml b/.travis.yml index 45a7cb153..afe716aec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,5 @@ script: - ./configure --enable-debug --disable-flto - make - make test + - ./testbound -p ./testdata/rpz_respip.rpl - (cd testdata/clang-analysis.tdir; bash clang-analysis.test)