Skip to content

Commit

Permalink
Update to Servie 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed May 11, 2018
1 parent f5e2ed0 commit aee96fa
Show file tree
Hide file tree
Showing 9 changed files with 8,003 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ notifications:
on_failure: change

node_js:
- '4'
- '6'
- stable

after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![NPM downloads](https://img.shields.io/npm/dm/servie-redirect.svg?style=flat)](https://npmjs.org/package/servie-redirect)
[![Build status](https://img.shields.io/travis/serviejs/servie-redirect.svg?style=flat)](https://travis-ci.org/serviejs/servie-redirect)
[![Test coverage](https://img.shields.io/coveralls/serviejs/servie-redirect.svg?style=flat)](https://coveralls.io/r/serviejs/servie-redirect?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/serviejs/servie-redirect.svg)](https://greenkeeper.io/)

> URL redirection for Servie - a thin layer for creating a `Response` object with appropriate body/status.
Expand Down
Loading

0 comments on commit aee96fa

Please sign in to comment.