Skip to content

Commit

Permalink
Drop Node 4, 5, and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed May 4, 2018
1 parent 86afbb4 commit 32ad788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,9 +1,6 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
# Note: docker-candidacy.sh chooses 8 as the version to run Docker builds.
# That's pretty arbitrary, but I had to pick something. When you remove this
# from the build matrix, be sure to adjust that script too.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -126,7 +126,7 @@
],
"license": "Apache-2.0",
"engines": {
"node": ">=4 <=8",
"node": ">=6 <=9",
"npm": ">=2"
},
"greenkeeper": {
Expand Down

0 comments on commit 32ad788

Please sign in to comment.