Merge pull request #604 from rivy/dev-up-testing-1

add optional "test-time" customization of AppVeyor test runner
This commit is contained in:
Luke Sampson
2015-12-20 10:09:40 +11:00
+2 -1
View File
@@ -6,7 +6,8 @@ branches:
init:
- ps: (get-psprovider 'FileSystem').Home = $(pwd)
- ps: choco install -y pester
- ps: "if($env:APPVEYOR_CHOCO_PESTER_OPTIONS -ne $null) { write-host -f yellow 'NOTE: customized `pester` installation is being used' }"
- ps: choco install -y pester $env:APPVEYOR_CHOCO_PESTER_OPTIONS
build: off