Travis CI

Receive build notifications and log deployments as changes to correlate with incidents.

InboundCI/CD & DevOps
Start Free Trial

Quick Setup

Copy Webhook URL

Go to your Alert24 dashboard and copy the webhook URL for Travis CI.

Configure Travis CI

Add the webhook URL in your Travis CI settings.

Auto-Detected

Alert24 auto-detects Travis CI payloads and maps them to incidents.

Step-by-Step Setup Instructions

Travis CI Webhook Setup

1.In your .travis.yml, add:
notifications:
  webhooks:
    urls:
      - <WEBHOOK_URL>
    on_success: always
    on_failure: always
2.Commit and push the changes

Example Webhook Payload

This is a sample payload that Travis CI sends to Alert24 when an alert fires.

{
  "state": "failed",
  "status_message": "Still Failing",
  "build_url": "https://app.travis-ci.com/org/repo/builds/12345",
  "branch": "main",
  "repository": {
    "name": "my-repo",
    "owner_name": "my-org"
  }
}

How Alert24 Maps Travis CI Data

Status Field

state

Message Field

status_message

Auto-Create Incidents

Yes

Auto-Resolve Incidents

Yes

Status Mapping

Alert24 StatusTravis CI Values
operational
passed
down
failederrored

Connect Travis CI to Alert24 in minutes

Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.

More CI/CD & DevOps Integrations