From be0f7fd1d2d2b4314a2798864e4a0908022de07e Mon Sep 17 00:00:00 2001 From: delvedor Date: Tue, 3 Apr 2018 10:57:10 +0200 Subject: [PATCH] Added travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc5257e..781c0c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fastify-sensible -[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://travis-ci.org/fastify/fastify-sensible.svg?branch=master)](https://travis-ci.org/fastify/fastify-sensible) Defaults for Fastify that everyone can agree on™.
This plugins adds some useful utilities to your Fastify instance, see the API section to learn more.