Skip to content

Commit

Permalink
AppVeyor: only notify Slack on failure or status change.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Aug 11, 2016
1 parent b062b6f commit d55cb37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -22,3 +22,7 @@ notifications:
auth_token:
secure: 1XmVVszAQyTtMdNkyWup8p7AC9iqXkMl6QMchq3Xu7L7rCzYgjjlS/mas+bfp3ouyjPKnoh01twl4eB0Xs/1Ig==
channel: '#general'
on_build_success: false
on_build_failure: true
on_build_status_changed: true

0 comments on commit d55cb37

Please sign in to comment.