From 8eaf6be8fae1df4825d3de1d8edc15e137cdd50a Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 18 Jun 2016 16:04:39 -0400 Subject: [PATCH] Trying to powershell better --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 59cfa9b..610f5c0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,8 @@ install: - git clone . c:\gopath\src\gopkg.in\urfave\cli.v2 - go get github.com/urfave/gfmxr/... - go get -v -t ./... -- ps: if (Test-Path node_modules\.bin\markdown-toc -eq $False) { npm install markdown-toc } +- ps: $MarkdownTocExists = Test-Path node_modules\.bin\markdown-toc +- ps: if ($MarkdownTocExists -eq $False) { npm install markdown-toc } build_script: - python runtests vet