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,13 +33,13 @@ build_script:
test_script:
- ps: Invoke-AppVeyorTests
- ps: >-
if ($null -ne $Env:CoverallsToken) {
Invoke-CoverageReport
}
else {
Write-Warning "No CoverallsToken found. This build seems to be triggered by a PR. Skipping this step..."
}
- ps: |
if ($null -ne $Env:CoverallsToken) {
Invoke-CoverageReport
}
else {
Write-Warning "No CoverallsToken found. This build seems to be triggered by a PR. Skipping this step..."
}
deploy:
#- provider: GitHub