Skip to content

Commit 43abdf7

Browse files
committed
Don't run tests when install modules
1 parent 3c27403 commit 43abdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis/code_layout/before_install.sh

+1-1
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 'install App::Licensecheck'
20+
perl -MCPAN -e "CPAN::Shell->notest('install', 'App::Licensecheck')"

0 commit comments

Comments
 (0)