Skip to content

Commit

Permalink
Fix travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKeig committed Sep 27, 2019
1 parent cc349e1 commit 8856a23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: node_js

node_js:
- "10"
- "12"
- "node"

Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -5,7 +5,6 @@ express-validation

express-validation is a middleware that validates the `body`, `params`, `query`, `headers` and `cookies` of a request and returns a response with errors; if any of the configured validation rules fail.

[![build status](https://travis-ci.org/AndrewKeig/express-validation.svg)](http://travis-ci.org/AndrewKeig/express-validation)

## Install

Expand Down

0 comments on commit 8856a23

Please sign in to comment.