Skip to content

Webhook Receiver/Sender for TravisCI/Discord Integration

License

Notifications You must be signed in to change notification settings

project-liberty/TravisCI-Webhooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

TravisCI-Webhooks

This simple PHP code will allow you to send Travis-CI build notifications to your discord channel.

Screenshot

Setup

  1. Configure your webserver of choice and make sure it has support for PHP
  2. Configure the script, making sure to add your unique Discord webhook URL.
  3. Add the following to your .travis.yml file. More configuration options can be found here
notifications:
  webhooks: http://your-domain.com/travis-ci.php

About

Webhook Receiver/Sender for TravisCI/Discord Integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%