diff --git a/.appveyor.yml b/.appveyor.yml index afc8875f..585616dc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,9 @@ cache: - C:\strawberry +services: + - mongodb + install: - if not exist "C:\strawberry" choco install strawberryperl -y - set PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%