From: Shlomi Fish Date: Sat, 15 Aug 2020 12:58:33 +0000 (+0300) Subject: travis-fix #1: docmake/docbook X-Git-Tag: fortune-mod-3.2.0~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e219a8ba0b0f158fd0a0750d7e9c3061593fc592;p=fortune-mod travis-fix #1: docmake/docbook --- diff --git a/.travis.yml b/.travis.yml index 95a584a..cc9d99b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,25 @@ addons: apt: packages: + - asciidoc - cmake - cpanminus + - dbtoepub + - docbook-xsl + - docbook-xsl-ns - gcc - libperl-dev - librecode-dev - - perl - make + - perl - valgrind + - xsltproc - xz-utils - zip before_install: - cpanm local::lib - eval "$(perl -Mlocal::lib=$HOME/perl_modules)" - - cpanm Code::TidyAll::Plugin::ClangFormat Code::TidyAll::Plugin::Flake8 Code::TidyAll::Plugin::TestCount File::Find::Object List::Util Path::Tiny Perl::Critic Perl::Tidy Test::Code::TidyAll Test::Differences Test::RunValgrind Test::Trap + - cpanm App::Docmake Code::TidyAll::Plugin::ClangFormat Code::TidyAll::Plugin::Flake8 Code::TidyAll::Plugin::TestCount File::Find::Object List::Util Path::Tiny Perl::Critic Perl::Tidy Test::Code::TidyAll Test::Differences Test::RunValgrind Test::Trap cache: directories: - $HOME/perl_modules