From 8a251023b23ada42ae978c5bd707b06a356b6f8e Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 11 Aug 2020 19:51:45 +0100 Subject: [PATCH] travis: remove make distcheck distcheck chokes on man5/8 files still in the file tree, while the input files (.txt) are not. these are generated by the configure script and it would require quite some effort to get this test working. as it is non-essential, we simply disable it. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab26ad1..1066660 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,3 @@ script: - make - make test - make valgrind-test -- make distcheck