Browse Source

tests

pull/62/head
sup3rlativ3 6 years ago
parent
commit
9f0a0f5014
  1. 2
      appveyor.yml

2
appveyor.yml

@ -28,4 +28,6 @@ test_script:
$BrokenLinks = Get-MarkdownLink -Path ./Docs -BrokenOnly
if ($brokenLinks) {
throw "Found broken hyperlinks $brokenLinks"
$dir = pwd
throw "$pwd"
}
Loading…
Cancel
Save