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"
|
||||
version = "0.1.40"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "rust-num/num" }
|
||||
|
||||
[[bench]]
|
||||
name = "bigint"
|
||||
|
||||
|
|
Loading…
Reference in New Issue