diff --git a/.appveyor.yml b/.appveyor.yml index 3e47cc8e1..bf52e2b41 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,11 +17,11 @@ install: - if not exist "C:\strawberry" cinst strawberryperl - set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH% - cd C:\projects\%APPVEYOR_PROJECT_NAME% - - cpanm Dist::Zilla - - cpanm Dist::Zilla::PluginBundle::Starter - - cpanm Dist::Zilla::PluginBundle::Git - - cpanm Dist::Zilla::PluginBundle::Dancer - - cpanm Dist::Zilla::Plugin::Prereqs::FromCPANfile + - cpanm -v Dist::Zilla + - cpanm -v Dist::Zilla::PluginBundle::Starter + - cpanm -v Dist::Zilla::PluginBundle::Git + - cpanm -v Dist::Zilla::PluginBundle::Dancer + - cpanm -v Dist::Zilla::Plugin::Prereqs::FromCPANfile - cpanm --installdeps . build_script: