From 4d21e6f6617ccd8f6ef32e64209979541f7e7c0f Mon Sep 17 00:00:00 2001 From: David Golden Date: Fri, 29 Jun 2018 15:42:14 -0400 Subject: [PATCH] minor: CI: add mongodb as an appveyor service --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) 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%