From 3a11080d67209acb4935050f77d8f35cf1e3b687 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Sun, 24 Feb 2019 21:51:56 +0300 Subject: [PATCH] Build status badge for Stack from Azure not Travis Stack replaced Travis CI with Azure pipelines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce237ee..e68ec5ce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository is for package authors and maintainers to get their packages int If you simply want to use Stackage as an end user, please follow the instructions on [https://www.stackage.org/](https://www.stackage.org). We strongly recommend using the Haskell tool stack for doing builds, which -includes built-in Stackage support: [stack](https://github.com/commercialhaskell/stack) [![Build Status](https://travis-ci.org/commercialhaskell/stack.svg?branch=master)](https://travis-ci.org/commercialhaskell/stack). +includes built-in Stackage support: [stack](https://github.com/commercialhaskell/stack) [![Build Status](https://dev.azure.com/commercialhaskell/stack/_apis/build/status/commercialhaskell.stack?branchName=master)](https://dev.azure.com/commercialhaskell/stack/_build/latest?definitionId=1?branchName=master). Add your package