323: Add CI badge r=cuviper



324: Add CI badge r=cuviper

This adds the CI badge to the pages on crates.io, #323 adds it to the README. Sorry for the separate PRs, but I didn't feel like forking and cloning the repository down to my laptop and simply used the GitHub online editor instead :-)
This commit is contained in:
bors[bot] 2017-07-25 00:21:18 +00:00
commit 54fe41f305
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,9 @@ repository = "https://github.com/rust-num/num"
name = "num"
version = "0.1.40"
[badges]
travis-ci = { repository = "rust-num/num" }
[[bench]]
name = "bigint"

View File

@ -1,5 +1,7 @@
# num
[![](https://travis-ci.org/rust-num/num.svg)](https://travis-ci.org/rust-num/num)
A collection of numeric types and traits for Rust.
This includes new types for big integers, rationals, and complex numbers,