This integration allows you to get the results of a Travis CI build in xMatters.

- TravisCI.zip - Workflow zip file with the step and example flow
- travisci.png - Travis CI logo
This integration is triggered by a webhook notification in Travis CI. Warning: This integration does not verify the inbound payload.
In your .travis.yml file, include the following:
notifications:
webhooks:
urls:
- https://instance.xmatters.com/api/integration/1/functions/UUID/triggers?apiKey=APIKEY
The URL is retrieved from the HTTP trigger step in the xMatters flow.
- Go to Account > Settings.
- Find your API key in the Settings tab.
- Download the TravisCI.zip file onto your local computer
- Navigate to the Workflows tab of your xMatters instance
- Click Import, and select the zip file you just downloaded
- Fill in recipients in the Create Event step.
Look at the Activity Log in xMatters to see if any messages are coming in. If there are none, then try checking that the right xMatters Trigger URL was provided in the .travis.yml file.