about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaleb Zulawski <caleb.zulawski@gmail.com>2021-11-15 11:53:39 -0500
committerGitHub <noreply@github.com>2021-11-15 11:53:39 -0500
commitb8d6b6844602f80af79cd96401339ec594d472d8 (patch)
tree8f831c2baad1b313acc9358e13392e2bd6f4ab55
parentf7b03585737b18782c5697881e0a7cb04fe8e462 (diff)
parent9129ae651f744328eb691016d59163832ef0c7e9 (diff)
downloadrust-b8d6b6844602f80af79cd96401339ec594d472d8.tar.gz
rust-b8d6b6844602f80af79cd96401339ec594d472d8.zip
Merge pull request #192 from pro465/patch-1
Fix outdated workflow badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index da536a4d6f2..db0af2da606 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # The Rust standard library's portable SIMD API
-[![Build Status](https://travis-ci.com/rust-lang/portable-simd.svg?branch=master)](https://travis-ci.com/rust-lang/portable-simd)
+![Build Status](https://github.com/rust-lang/portable-simd/actions/workflows/ci.yml/badge.svg?branch=master)
 
 Code repository for the [Portable SIMD Project Group](https://github.com/rust-lang/project-portable-simd).
 Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md) for our contributing guidelines.