From 5aa7cffde1c0d1a8ed5dc8145f3c4c33b8c72f0a Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Sat, 3 Oct 2020 16:40:18 +1000 Subject: [PATCH] add build badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 976ec644e415..58dd50ae1247 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# stdsimd +# stdsimd - Rust's standard library portable SIMD API + +[![Build Status](https://travis-ci.com/rust-lang/stdsimd.svg?branch=master)](https://travis-ci.com/rust-lang/stdsimd) Code repository for the [Portable SIMD Project Group](https://github.com/rust-lang/project-portable-simd).