diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-08-11 19:51:45 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-08-11 19:51:48 +0100 |
commit | 8a251023b23ada42ae978c5bd707b06a356b6f8e (patch) | |
tree | 00a6b38d1204df811f07f38c1a5418493b3e5afe /.travis.yml | |
parent | 77853caa0ab043cb80d9d69864141f800502bb4a (diff) |
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |