From fe624b7b3aaba0529ed9df92fe935bd5cff32318 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Fri, 23 Feb 2018 10:12:39 +0100 Subject: [PATCH] verbose testing in AppVeyor --- .appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: