From 53d85f903ce96faa215e67e267e27a3e5de33c3b Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Thu, 16 Jan 2020 00:18:00 +0100 Subject: [PATCH] try to understand travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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)