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.
This commit is contained in:
rofl0r 2020-08-11 19:51:45 +01:00
parent 77853caa0a
commit 8a251023b2

View File

@ -16,4 +16,3 @@ script:
- make
- make test
- make valgrind-test
- make distcheck