Revise .travis.yml, readme

This commit is contained in:
John Lewin 2016-04-24 20:46:02 -07:00
parent fdfd67fa21
commit 6c0adc1bed
2 changed files with 9 additions and 2 deletions

View file

@ -1,2 +1,10 @@
language: csharp
solution: MatterControl.sln
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

View file

@ -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) |