Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Commit 48928e7

Browse files
committed
Fix badge
1 parent bbc6bb3 commit 48928e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# postgres-derive
22

3-
[![Build Status](https://travis-ci.org/sfackler/rust-postgres-derive.svg?branch=master)](https://travis-ci.org/sfackler/rust-postgres-derive)
3+
[![CircleCI](https://circleci.com/gh/sfackler/rust-postgres-derive.svg?style=shield)](https://circleci.com/gh/sfackler/rust-postgres-derive)
44

55
Syntax extensions to automatically derive `FromSql` and `ToSql` implementations for Postgres enum,
66
domain, and composite types.

0 commit comments

Comments
 (0)