Browse Source

Add CI badge

Martin Geisler 7 years ago
parent
commit
8d64ff9708
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

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