Revise .travis.yml, readme
This commit is contained in:
parent
fdfd67fa21
commit
6c0adc1bed
2 changed files with 9 additions and 2 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -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
|
||||
|
|
@ -3,7 +3,6 @@ MatterControl
|
|||
|
||||
| | Master |
|
||||
| ------ | ------ |
|
||||
| ------ | ------ |
|
||||
| Linux | [](https://travis-ci.org/MatterHackers/MatterControl) |
|
||||
| Windows | [](https://ci.appveyor.com/project/johnlewin/mattercontrol) |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue