From b66c074033db97ad2fd0e8f409446c66ec383f7d Mon Sep 17 00:00:00 2001 From: Kayla Ngan Date: Mon, 26 Nov 2018 15:41:15 -0500 Subject: [PATCH] Add build badge for Azure Pipelines (#947) * Add build badge for Azure Pipelines * Scope to master branch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fdab5bd..ba26583b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Open Source Helpers](https://www.codetriage.com/gomods/athens/badges/users.svg)](https://www.codetriage.com/gomods/athens) [![Build Status](https://travis-ci.org/gomods/athens.svg?branch=master)](https://travis-ci.org/gomods/athens) +[![Build Status](https://dev.azure.com/gomods/athens/_apis/build/status/gomods.athens?branchName=master)](https://dev.azure.com/gomods/athens/_build/latest?definitionId=1&branchName=master) [![codecov](https://codecov.io/gh/gomods/athens/branch/master/graph/badge.svg)](https://codecov.io/gh/gomods/athens) [![GoDoc](https://godoc.org/github.com/gomods/athens?status.svg)](https://godoc.org/github.com/gomods/athens) [![Go Report Card](https://goreportcard.com/badge/github.com/gomods/athens)](https://goreportcard.com/report/github.com/gomods/athens)