From 2bd3664dac9261e40238e3b8e4f162adbe8587c6 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Wed, 31 Mar 2021 03:34:13 -0500 Subject: [PATCH] Update README CI badge to GitHub Actions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a8a98705..80787c7a4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Compat Package for Julia -[![Build Status](https://travis-ci.org/JuliaLang/Compat.jl.svg?branch=master)](https://travis-ci.org/JuliaLang/Compat.jl) -[![Build status](https://ci.appveyor.com/api/projects/status/github/JuliaLang/Compat.jl?branch=master)](https://ci.appveyor.com/project/quinnj/compat-jl/branch/master) +[![Build Status](https://github.com/JuliaLang/Compat.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaLang/Compat.jl/actions/workflows/CI.yml) The **Compat** package is designed to ease interoperability between older and newer versions of the [Julia