Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Fix branch in Travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r authored Oct 5, 2016
1 parent 8447c94 commit 5de43fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PostgreSQL RabbitMQ Foreign Data Wrapper

[![Build Status](https://travis-ci.com/20minutes/pg-rabbitmq-fdw.svg?token=WLCcDeVWNcj6cS73wonE&branch=tests)](https://travis-ci.com/20minutes/pg-rabbitmq-fdw)
[![Build Status](https://travis-ci.com/20minutes/pg-rabbitmq-fdw.svg?token=WLCcDeVWNcj6cS73wonE&branch=master)](https://travis-ci.com/20minutes/pg-rabbitmq-fdw)

The general idea is to push any inserted / updated / deleted document in PostgreSQL to RabbitMQ so it can (for example) be indexed in other system.

Expand Down

0 comments on commit 5de43fd

Please sign in to comment.