fix YAML syntax

This commit is contained in:
OCram85 2018-03-05 09:04:22 +01:00
parent 8ed1f99e95
commit 99b3c85124
1 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@ build_script:
test_script:
- ps: Invoke-AppVeyorTests
- ps: >-
- ps: |
if ($null -ne $Env:CoverallsToken) {
Invoke-CoverageReport
}