.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
- xsltproc
- gengetopt
- help2man
- libcmocka-dev
env:
@ -51,7 +50,7 @@ before_install:
brew update;
brew uninstall libtool;
brew install libtool;
brew install gengetopt help2man cmocka;
brew install gengetopt cmocka;
fi
before_script: