Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit c63e4b6

Browse files
authored
Merge pull request #1661 from jneira/azure-badge
Add azure badge to README
2 parents a17c712 + 5e82583 commit c63e4b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ You still can contribute to improve the haskell ide experience! If you are not s
1313

1414
[![License BSD3][badge-license]][license]
1515
[![CircleCI][badge-circleci]][circleci]
16+
[![Azure Pipeline][badge-azure-pipeline]][azure-pipeline]
1617
[![AppVeyor][badge-appveyor]][appveyor]
1718
[![Open Source Helpers](https://www.codetriage.com/haskell/haskell-ide-engine/badges/users.svg)](https://www.codetriage.com/haskell/haskell-ide-engine)
1819

@@ -22,9 +23,8 @@ You still can contribute to improve the haskell ide experience! If you are not s
2223
[circleci]: https://circleci.com/gh/haskell/haskell-ide-engine/
2324
[badge-appveyor]: https://ci.appveyor.com/api/projects/status/6hit7mxvgdrao3q0?svg=true
2425
[appveyor]: https://ci.appveyor.com/project/Bubba/haskell-ide-engine-74xec
25-
26-
27-
26+
[azure-pipeline]: https://dev.azure.com/hvriedel/hvriedel/_build?definitionId=1&_a=summary
27+
[badge-azure-pipeline]: https://dev.azure.com/hvriedel/hvriedel/_apis/build/status/haskell.haskell-ide-engine?branchName=master
2828

2929
This project aims to be __the universal interface__ to __a growing number of Haskell tools__, providing a __fully-featured [Language Server Protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md) server__ for editors and IDEs that require Haskell-specific functionality.
3030

0 commit comments

Comments
 (0)