From f5ee51fb052e489e28456eddde59a9a37623ba79 Mon Sep 17 00:00:00 2001 From: Antoine Aubry Date: Thu, 29 Sep 2022 15:12:08 +0100 Subject: [PATCH] Remove Travis build information Since we no longer use it. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60b59d71..03f8e75e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # YamlDotNet -| Travis | Appveyor | NuGet | -|--------|----------|-------| -|[![Travis CI](https://travis-ci.org/aaubry/YamlDotNet.svg?branch=master)](https://travis-ci.org/aaubry/YamlDotNet/builds#)|[![Build status](https://ci.appveyor.com/api/projects/status/github/aaubry/yamldotnet?svg=true)](https://ci.appveyor.com/project/aaubry/yamldotnet/branch/master)| [![NuGet](https://img.shields.io/nuget/v/YamlDotNet.svg)](https://www.nuget.org/packages/YamlDotNet/) +| Appveyor | NuGet | +|----------|-------| +|[![Build status](https://ci.appveyor.com/api/projects/status/github/aaubry/yamldotnet?svg=true)](https://ci.appveyor.com/project/aaubry/yamldotnet/branch/master)| [![NuGet](https://img.shields.io/nuget/v/YamlDotNet.svg)](https://www.nuget.org/packages/YamlDotNet/) YamlDotNet is a YAML library for [netstandard and other .NET runtimes](#the-yamldotnet-library).