Skip to content

Commit 16e6e61

Browse files
committed
update .appveyor.yml
Signed-off-by: sndnvaps <sndnvaps@gmail.com>
1 parent 43ef2d8 commit 16e6e61

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ deploy:
2929
on:
3030
branch: master
3131
appveyor_repo_tag: false
32+
33+
on_success:
34+
- ps: >-
35+
if ($true)
36+
37+
{
38+
Write-Host "Success"
39+
}

0 commit comments

Comments
 (0)