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