Skip to content

Commit

Permalink
Remove support for node <= 7
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrafael committed Jun 1, 2020
1 parent d55030f commit d92c0a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "9"
- "10"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"string"
],
"engines": {
"node": ">=6"
"node": ">=8"
},
"dependencies": {},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion test/integration/index.default.config.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ describe('queryFilter()', function () {
return request(app)
.get(query)
.then(res => {
console.table(res.body)
validate(res.body, options)
})
})
Expand Down

0 comments on commit d92c0a5

Please sign in to comment.