Ver Fonte

Merge #323 #324

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 :-)
bors[bot] há 7 anos atrás
pai
commit
54fe41f305
2 ficheiros alterados com 5 adições e 0 exclusões
  1. 3 0
      Cargo.toml
  2. 2 0
      README.md

+ 3 - 0
Cargo.toml

@@ -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"
 

+ 2 - 0
README.md

@@ -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,