We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3b217 commit 8986972Copy full SHA for 8986972
.travis.yml
@@ -26,5 +26,8 @@ after_script:
26
- docker stop xenial bionic
27
- docker rm xenial bionic
28
29
+after_success:
30
+ - curl -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $TRAVIS_API_TOKEN" -d "{\"request\": {\"branch\":\"master\"}}" https://api.travis-ci.org/repo/codeyourinfra%2Fjenkins/requests
31
+
32
notifications:
33
webhooks: https://galaxy.ansible.com/api/v1/notifications/
0 commit comments