Skip to content

Commit

Permalink
Try to use cpanm to install licensecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 4, 2018
1 parent 4bb572f commit aa55f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/code_layout/before_install.sh
Expand Up @@ -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
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -55,6 +55,7 @@ matrix:
- expect-dev # unbuffer
- coreutils
# dependencies for licensecheck
- cpanminus
- libyaml-tiny-perl
- libio-socket-ssl-perl
- libhttp-date-perl
Expand Down

0 comments on commit aa55f3a

Please sign in to comment.