Attempt to fix travis.yml

This commit is contained in:
Hannah Wolfe 2019-01-28 16:53:48 +00:00
parent 5af31ba229
commit e3d310ba04

View File

@ -62,4 +62,4 @@ after_success:
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
- 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