Skip to content

Commit 35421b0

Browse files
committed
Multi-Line doesn't work, unix/linux line endings
1 parent 8261476 commit 35421b0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

appveyor.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ install:
2222
- cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
2323

2424
build_script:
25-
- ps: >-
26-
. .\scripts\common.ps1
27-
postCommitStatus "pending"
28-
.\admin\build.ps1
25+
- ps: . .\scripts\common.ps1
26+
- ps: postCommitStatus "pending"
27+
- ps: .\admin\build.ps1
2928

3029
on_success:
31-
- ps: postCommitStatus "pending"
30+
- ps: postCommitStatus "success"
3231

3332
on_failure:
3433
- ps: postCommitStatus "failure"

0 commit comments

Comments
 (0)