From 5072cab9d32de6721a7cb4815340f79cf2d210d6 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sun, 3 Jan 2016 19:12:00 +0100 Subject: [PATCH] Make appveyor more verbose --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c3aa5808..2ea97612 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,7 +38,7 @@ install: - cmd: mpm.exe --install-some texlive_packages.txt # Update all packages - - cmd: mpm.exe --update + - cmd: mpm.exe --update-db --update --verbose build: false # Not a C# project, build stuff at the test step instead.