Skip to content

Commit

Permalink
minor: CI: add mongodb as an appveyor service
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Jun 29, 2018
1 parent 4b59749 commit 4d21e6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -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%
Expand Down

0 comments on commit 4d21e6f

Please sign in to comment.