0
Fork 0
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:
Hannah Wolfe 2019-01-28 16:45:15 +00:00
parent 2e21618290
commit 5af31ba229

View file

@ -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