From 521371365cd910b793b7ed95fea1ce5fc2470d0c Mon Sep 17 00:00:00 2001 From: aloucks Date: Sat, 5 Dec 2020 11:26:09 -0500 Subject: [PATCH] Update readme build status and remove IDE config (#521) --- .gitignore | 4 ++++ .vscode/settings.json | 2 -- README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index b833f45..65a5149 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ /target /Cargo.lock /bench/bench +.vscode +.idea +*.iml + diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7a73a41..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} \ No newline at end of file diff --git a/README.md b/README.md index 2b7ef92..aa22009 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cgmath-rs -[![Build Status](https://travis-ci.org/rustgd/cgmath.svg?branch=master)](https://travis-ci.org/rustgd/cgmath) +[![Build Status](https://github.com/rustgd/cgmath/workflows/tests/badge.svg)](https://github.com/rustgd/cgmath/actions) [![Documentation](https://docs.rs/cgmath/badge.svg)](https://docs.rs/cgmath) [![Version](https://img.shields.io/crates/v/cgmath.svg)](https://crates.io/crates/cgmath) [![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/rustgd/cgmath/blob/master/LICENSE)