Skip to content

Commit aa55f3a

Browse files
committedJun 4, 2018
Try to use cpanm to install licensecheck
1 parent 4bb572f commit aa55f3a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.ci/travis/code_layout/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ pip install autopep8 nose2 mock termcolor
1717

1818
export PERL_MM_USE_DEFAULT=1
1919
export PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
20-
perl -MCPAN -e "CPAN::Shell->notest('install', 'App::Licensecheck')"
20+
cpanm --notest App::Licensecheck

‎.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ matrix:
5555
- expect-dev # unbuffer
5656
- coreutils
5757
# dependencies for licensecheck
58+
- cpanminus
5859
- libyaml-tiny-perl
5960
- libio-socket-ssl-perl
6061
- libhttp-date-perl

0 commit comments

Comments
 (0)
Please sign in to comment.