Skip to content

Commit bcd0080

Browse files
committed
Added travis badge
1 parent efedbcf commit bcd0080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# fastify-http-proxy
22

3+
[![Build Status](https://travis-ci.org/fastify/fastify-http-proxy.svg?branch=master)](https://travis-ci.org/fastify/fastify-http-proxy)
4+
35
Proxy your http requests to another server, with hooks.
46
This [`fastify`](https://www.fastify.io) plugin forward all the request
57
received with a given prefix (or none) to an upstream. All Fastify hooks are still applied.

0 commit comments

Comments
 (0)