From 3335b5bee1acb48939579d0baa99c681221ee088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Fri, 13 Oct 2023 13:57:34 +0200 Subject: [PATCH] Remove mention of Travis CI from README As of #509, GitHub Actions is used instead. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b80e24f94..ba53a1e27 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # The Rust blog -[![Build Status](https://travis-ci.com/rust-lang/blog.rust-lang.org.svg?branch=master)](https://travis-ci.com/rust-lang/blog.rust-lang.org) +[![CI](https://github.com/rust-lang/blog.rust-lang.org/actions/workflows/main.yml/badge.svg)](https://github.com/rust-lang/blog.rust-lang.org/actions/workflows/main.yml) This is the blog of the Rust Programming Language. It's implemented as a small static site generator, that's deployed to GitHub -Pages via Travis. +Pages via GitHub Actions. ## Building