diff --git a/.travis.yml b/.travis.yml index ef909ed1c..4d27b3771 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,10 @@ language: csharp -solution: MatterControl.sln \ No newline at end of file +solution: MatterControl.sln + +notifications: + webhooks: + urls: + https://webhooks.gitter.im/e/5b68b1f0839bafdd2655 + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: never # options: [always|never|change] default: always \ No newline at end of file diff --git a/README.md b/README.md index 920295b88..34209e2ac 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ MatterControl | | Master | | ------ | ------ | -| ------ | ------ | | Linux | [![Travis CI-Master](https://travis-ci.org/MatterHackers/MatterControl.svg?branch=master)](https://travis-ci.org/MatterHackers/MatterControl) | | Windows | [![AppVeyor-Master](https://ci.appveyor.com/api/projects/status/c85oe36mdgp446uw?svg=true)](https://ci.appveyor.com/project/johnlewin/mattercontrol) |