From 99b3c85124c129769020da53e37f62cfe25d3a29 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 5 Mar 2018 09:04:22 +0100 Subject: [PATCH] fix YAML syntax --- appveyor.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1fa7b84..30511a4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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