From d620c8d9cf71f934fd709e20eb05144d0ae15c65 Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Wed, 26 Jan 2022 14:26:33 +0100 Subject: [PATCH] Switch badge to point to OCaml CI The code is inspired by the identical badge from dune-release, adapting for the URLs and branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 399de602..60bfb211 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Yojson: JSON library for OCaml ============================== -[![Build Status](https://travis-ci.org/ocaml-community/yojson.svg?branch=master)](https://travis-ci.org/ocaml-community/yojson) +[![Build Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fci.ocamllabs.io%2Fbadge%2Focaml-community%2Fyojson%2Fmaster&logo=ocaml)](https://ci.ocamllabs.io/github/ocaml-community/yojson) This library parses JSON data into a nested OCaml tree data structure.