Skip to content

Commit

Permalink
Add Azure Pipelines build status badge
Browse files Browse the repository at this point in the history
Addresses #1810
  • Loading branch information
sormuras committed Mar 12, 2019
1 parent c110127 commit ae646b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Ask JUnit 5 related questions on [StackOverflow] or chat with the team and the c
| --------- | ------------ | ------ | ----------- |
| Travis CI | Linux, macOS | [![Travis CI build status](https://travis-ci.org/junit-team/junit5.svg?branch=master)](https://travis-ci.org/junit-team/junit5) | Official CI build server for JUnit 5. Used to perform quick checks on submitted pull requests and for build matrices including the latest released OpenJDK and early access builds of the next OpenJDK |
| AppVeyor | Windows | [![Build status](https://ci.appveyor.com/api/projects/status/xv8wc8w9sr44ghc4/branch/master?svg=true)](https://ci.appveyor.com/project/marcphilipp/junit5/branch/master) | Used to ensure that JUnit 5 can be built on Windows |
| Azure | All | [![Build Status](https://dev.azure.com/junit-team/junit5/_apis/build/status/junit-team.junit5?branchName=master)](https://dev.azure.com/junit-team/junit5/_build/latest?definitionId=1&branchName=master) | Used to ensure that JUnit 5 can be built on various platforms and JDK's |

## Code Coverage

Expand Down

0 comments on commit ae646b9

Please sign in to comment.