From 6bc45e5bbdd5833556ab5a057d184b7e3c7ee6c7 Mon Sep 17 00:00:00 2001 From: Jan Boon Date: Tue, 4 Jan 2022 00:37:03 +0800 Subject: [PATCH] Update build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c60d1bc0b..1ff1a9cd6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ryzom Core [![Build Status](https://travis-ci.org/ryzom/ryzomcore.svg)](https://travis-ci.org/ryzom/ryzomcore) +# Ryzom Core [![Build Status](https://dev.azure.com/ryzom/ryzomcore/_apis/build/status/ryzom.ryzomcore?branchName=core4)](https://dev.azure.com/ryzom/ryzomcore/_build) Ryzom Core is the open-source project related to Ryzom Game. Written in C++, Ryzom Core contains the whole code (client, server, tools) used to make the commercial MMORPG Ryzom. Ryzom Core is a toolkit for the development of massively multiplayer online universes. It provides the base technologies and a set of development methodologies for the development of both client and server code.