Try to use cpanm to install licensecheck

This commit is contained in:
Nyall Dawson 2018-06-04 09:13:53 +10:00
parent 4bb572f4d0
commit aa55f3abcb
2 changed files with 2 additions and 1 deletions

View File

@ -17,4 +17,4 @@ pip install autopep8 nose2 mock termcolor
export PERL_MM_USE_DEFAULT=1
export PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
perl -MCPAN -e "CPAN::Shell->notest('install', 'App::Licensecheck')"
cpanm --notest App::Licensecheck

View File

@ -55,6 +55,7 @@ matrix:
- expect-dev # unbuffer
- coreutils
# dependencies for licensecheck
- cpanminus
- libyaml-tiny-perl
- libio-socket-ssl-perl
- libhttp-date-perl