Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimserafim committed Jun 26, 2017
1 parent 2836e1c commit 987b665
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: node_js
node_js:
language: node_js
node_js:
- 6
branches:
only:
- 7
branches:
only:
- master
notifications:
notifications:
email:
- joaquim.serafim@gmail.com
script: npm test
- joaquim.serafim@gmail.com
script: npm test
after_success: npm run coverage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<a href="https://nodei.co/npm/express-validate-schema/"><img src="https://nodei.co/npm/express-validate-schema.png?downloads=true"></a>

[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat-square)](https://travis-ci.org/joaquimserafim/express-validate-schema)![Code Coverage 100%](https://img.shields.io/badge/code%20coverage-100%25-green.svg?style=flat-square)[![ISC License](https://img.shields.io/badge/license-ISC-blue.svg?style=flat-square)](https://github.com/joaquimserafim/express-validate-schema/blob/master/LICENSE)[![NodeJS](https://img.shields.io/badge/node-6.1.x-brightgreen.svg?style=flat-square)](https://github.com/joaquimserafim/express-validate-schema/blob/master/package.json#L54)
[![Build Status](https://travis-ci.org/joaquimserafim/express-validate-schema.svg?branch=master)](https://travis-ci.org/joaquimserafim/express-validate-schema)[![Coverage Status](https://coveralls.io/repos/github/joaquimserafim/express-validate-schema/badge.svg?branch=master)](https://coveralls.io/github/joaquimserafim/express-validate-schema?branch=master)[![ISC License](https://img.shields.io/badge/license-ISC-blue.svg?style=flat-square)](https://github.com/joaquimserafim/express-validate-schema/blob/master/LICENSE)[![NodeJS](https://img.shields.io/badge/node-6.1.x-brightgreen.svg?style=flat-square)](https://github.com/joaquimserafim/express-validate-schema/blob/master/package.json#L55)

[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-validate-schema",
"version": "2.0.0",
"version": "2.1.0",
"description": "a simple express middleware to validate the request/response objects (body, params, querystring and headers) againts an object schema with joi",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 987b665

Please sign in to comment.