Merge 99b3c85124c129769020da53e37f62cfe25d3a29 into 691255957c856ea60bfad03d6a47ab6e2e82734b

This commit is contained in:
OCram85 2018-03-05 08:04:33 +00:00 committed by GitHub
commit 84b7f3f7ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,13 @@ build_script:
test_script:
- ps: Invoke-AppVeyorTests
- ps: Invoke-CoverageReport
- 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