Skip to content

Commit

Permalink
Drop Node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjewiss committed Dec 8, 2017
1 parent 96fbf69 commit e268966
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint:fix": "eslint app addon blueprints config server test-support tests *.js --fix"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
"node": "6.* || >= 7.*"
},
"files": [
"config/environment.js",
Expand Down

0 comments on commit e268966

Please sign in to comment.