From 6c0adc1beddd94674674a7eb96302c1c3d107413 Mon Sep 17 00:00:00 2001 From: John Lewin Date: Sun, 24 Apr 2016 20:46:02 -0700 Subject: [PATCH] Revise .travis.yml, readme --- .travis.yml | 10 +++++++++- README.md | 1 - 2 files changed, 9 insertions(+), 2 deletions(-) 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) |