Skip to content

Commit

Permalink
Less verbose on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Feb 18, 2021
1 parent 21dc86f commit fcbea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -35,7 +35,7 @@ install:
- cmd: set TMPDIR=%APPVEYOR_BUILD_FOLDER%\tmp
- cpan App::cpanminus
- cmd: cpanm -q --showdeps --with-develop --with-suggests . | findstr /v "^perl\>" | cpanm -qin --skip-satisfied
- cpanm -vin --skip-satisfied --installdeps .
- cpanm -qin --skip-satisfied --installdeps .
- cmd: 'echo End install at: & time /t'

build_script:
Expand Down

0 comments on commit fcbea06

Please sign in to comment.