Switch badge to circle

This commit is contained in:
Steven Fackler 2017-07-22 15:09:06 -07:00
parent 89f2770eeb
commit 1373a57cf8
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ features = [
]
[badges]
travis-ci = { repository = "sfackler/rust-postgres" }
circle-ci = { repository = "sfackler/rust-postgres" }
[lib]
name = "postgres"

View File

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