mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Testing travis -> slack notifications
This commit is contained in:
parent
2e21618290
commit
5af31ba229
1 changed files with 3 additions and 0 deletions
|
@ -60,3 +60,6 @@ after_success:
|
|||
else
|
||||
echo "This is a PR. No coverage generated."
|
||||
fi
|
||||
|
||||
after_script:
|
||||
- curl -X POST -H "Content-Type:application/json" -d "{\"attachments\": [{\"color\": \"warning\", \"fallback\": \"Build Notification: $TRAVIS_BUILD_WEB_URL\", \"title\": \"Build Notification\", \"text\": \"$TRAVIS_BUILD_WEB_URL\"}]}" $SLACK_URL
|
||||
|
|
Loading…
Add table
Reference in a new issue