Skip to content

Commit

Permalink
Add build status to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hamann committed Apr 21, 2019
1 parent 940bc4d commit 37be3f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/mhamann/micro-mw.svg?branch=master)](https://travis-ci.org/mhamann/micro-mw)

# micro-mw

> a simple helper to add middleware to your zeit/micro or Now 2.0 functions.
Expand All @@ -6,7 +8,7 @@ This is a set of simple helpers to create and apply middleware to your functions
using either [Zeit](https://zeit.co/)'s [micro](https://github.com/zeit/micro) framework
or Zeit Now 2.0 serverless functions.

The entire runtime is less than 100 lines long and only depends on `micro` itself.
The entire runtime is less than 100 lines long and depends only on `micro` itself.

## Install

Expand Down

0 comments on commit 37be3f7

Please sign in to comment.