From c43521ced2bdfc3d3876b1d0ea35b10119434a31 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 16 Jul 2019 23:59:43 -0500 Subject: [PATCH] Fixed AppVeyor for real this time --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fed3baa5..538ccd11 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,9 +6,8 @@ environment: secure: E42gl/yepETuoLSwbJZ1GmEIPK6cCJu6zkd59NA21XiICtEV6COOLW7aehi1tcVU matrix: - BUILD_DOC: - - 'yes' - - 'no' + - BUILD_DOC: 'yes' + - BUILD_DOC: 'no' pull_requests: do_not_increment_build_number: true