Skip to content

Commit

Permalink
Node 4 is no more. (#818)
Browse files Browse the repository at this point in the history
* Node 4 is no more.

Fixes: #817.

* Updated package.json to note that we need Node 6+
  • Loading branch information
mcollina committed Feb 28, 2018
1 parent 9cc9f35 commit eb24aa7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,6 @@ node_js:
- "9"
- "8"
- "6"
- "4"


script:
- npm run coveralls -- -c
Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
@@ -1,8 +1,5 @@
environment:
matrix:
- nodejs_version: 4
platform: x64
msvs_toolset: 12
- nodejs_version: 6
platform: x64
msvs_toolset: 12
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
},
"homepage": "https://github.com/fastify/fastify#readme",
"engines": {
"node": ">=4.5"
"node": ">=6"
},
"devDependencies": {
"@types/node": "^8.5.8",
Expand Down

0 comments on commit eb24aa7

Please sign in to comment.