diff --git a/.travis.yml b/.travis.yml index 548056e..bd74467 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,9 @@ perl: before_install: - sudo apt-get update -q - sudo apt-get install -y htmldoc - - cpanm -v --installdeps --notest . + - cpanm -v --installdeps --notest HTML::HTMLDoc + - cpanm -v --installdeps --notest Excel::Writer::XLS +# - cpanm -v --installdeps --notest . branches: only: - master