diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 99f8e0d1..d3f70d90 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -26,7 +26,7 @@ features = [ ] [badges] -travis-ci = { repository = "sfackler/rust-postgres" } +circle-ci = { repository = "sfackler/rust-postgres" } [lib] name = "postgres" diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index e4e25ddb..b74b4a69 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -24,7 +24,7 @@ features = [ ] [badges] -travis-ci = { repository = "sfackler/rust-postgres" } +circle-ci = { repository = "sfackler/rust-postgres" } [features] with-bit-vec = ["postgres-shared/with-bit-vec"]