Skip to content

Commit 7cbd314

Browse files
PowerSchilldaviwil
authored andcommitted
Provides build status on README
1 parent 8734df9 commit 7cbd314

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# PowerShell Editor Services
22

3-
[![Build status](https://ci.appveyor.com/api/projects/status/85tyhckawwxoiim2/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/powershelleditorservices/branch/master)
4-
53
PowerShell Editor Services provides common functionality that is needed
64
to enable a consistent and robust PowerShell development experience
75
across multiple editors.
@@ -27,6 +25,12 @@ it is a WPF UI, console application, or web service. A standard console applica
2725
so that you can easily consume Editor Services functionality in any editor using the JSON API that it
2826
exposes.
2927

28+
## Build status of master branches
29+
30+
| AppVeyor (Windows) | Travis CI (Linux / macOS) |
31+
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
32+
| [![Build status](https://ci.appveyor.com/api/projects/status/85tyhckawwxoiim2/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/powershelleditorservices/branch/master) | [![Build Status](https://travis-ci.org/Powershell/PowerShellEditorServices.svg?branch=master)](https://travis-ci.org/powershell/PowerShellEditorServices) |
33+
3034
## Documentation
3135

3236
Check out our **[documentation site](http://powershell.github.io/PowerShellEditorServices)** for information about

0 commit comments

Comments
 (0)