Skip to content

Commit 59b5bd4

Browse files
authored
Merge pull request #1152 from foonathan/patch-1
Remove mention of Travis CI from README
2 parents 569251b + 3335b5b commit 59b5bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# The Rust blog
22

3-
[![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)
3+
[![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)
44

55
This is the blog of the Rust Programming Language.
66

77
It's implemented as a small static site generator, that's deployed to GitHub
8-
Pages via Travis.
8+
Pages via GitHub Actions.
99

1010
## Building
1111

0 commit comments

Comments
 (0)