diff --git a/Cargo.toml b/Cargo.toml index 1c63d4f..08ac69b 100644 --- a/Cargo.toml +++ b/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"