Skip to content

Commit 5213713

Browse files
authored
Update readme build status and remove IDE config (#521)
1 parent 1d23011 commit 5213713

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
/target
44
/Cargo.lock
55
/bench/bench
6+
.vscode
7+
.idea
8+
*.iml
9+

.vscode/settings.json

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cgmath-rs
22

3-
[![Build Status](https://travis-ci.org/rustgd/cgmath.svg?branch=master)](https://travis-ci.org/rustgd/cgmath)
3+
[![Build Status](https://github.com/rustgd/cgmath/workflows/tests/badge.svg)](https://github.com/rustgd/cgmath/actions)
44
[![Documentation](https://docs.rs/cgmath/badge.svg)](https://docs.rs/cgmath)
55
[![Version](https://img.shields.io/crates/v/cgmath.svg)](https://crates.io/crates/cgmath)
66
[![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/rustgd/cgmath/blob/master/LICENSE)

0 commit comments

Comments
 (0)