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:
commit
54fe41f305
|
@ -10,6 +10,9 @@ repository = "https://github.com/rust-num/num"
|
||||||
name = "num"
|
name = "num"
|
||||||
version = "0.1.40"
|
version = "0.1.40"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "rust-num/num" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bigint"
|
name = "bigint"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# num
|
# 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.
|
A collection of numeric types and traits for Rust.
|
||||||
|
|
||||||
This includes new types for big integers, rationals, and complex numbers,
|
This includes new types for big integers, rationals, and complex numbers,
|
||||||
|
|
Loading…
Reference in New Issue