.travis.yml: remove references to help2man

Now that we have proper DocBook sources for all man pages formerly
generated using help2man, it is not needed anymore.
This commit is contained in:
Peter Marschall 2018-06-01 18:22:48 +02:00 committed by Frank Morgner
parent cedc5a1cf6
commit a27ade7789
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ addons:
- wine - wine
- xsltproc - xsltproc
- gengetopt - gengetopt
- help2man
- libcmocka-dev - libcmocka-dev
env: env:
@ -51,7 +50,7 @@ before_install:
brew update; brew update;
brew uninstall libtool; brew uninstall libtool;
brew install libtool; brew install libtool;
brew install gengetopt help2man cmocka; brew install gengetopt cmocka;
fi fi
before_script: before_script: