More tweaks to npm usage on Windows

This commit is contained in:
Dan Buch 2016-06-18 15:59:00 -04:00
parent 11311185a0
commit 29dc3f0c7c
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -22,9 +22,9 @@ install:
- git clone . c:\gopath\src\gopkg.in\urfave\cli.v2 - git clone . c:\gopath\src\gopkg.in\urfave\cli.v2
- go get github.com/urfave/gfmxr/... - go get github.com/urfave/gfmxr/...
- go get -v -t ./... - go get -v -t ./...
- ps: Install-Product node 6 - ps: if (Test-Path node_modules\.bin\markdown-toc -eq $False) {
- ps: $MarkdownTocExists = Test-Path node_modules\.bin\markdown-toc npm install markdown-toc
- ps: if ($MarkdownTocExists -eq $False) { npm install markdown-toc } }
build_script: build_script:
- python runtests vet - python runtests vet