Skip to content

Commit

Permalink
Drop support for Node <4
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Sep 30, 2016
1 parent d163e8f commit 157a748
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
matrix:
include:
- node_js: '0.12'
- node_js: iojs
- node_js: 4
- node_js: 6
- node_js: node
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.12
- nodejs_version: 4
- nodejs_version: 6
install:
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"author": "Tim De Pauw <hi@tmdpw.eu> (https://tmdpw.eu/)",
"engines": {
"node": ">=0.12.0"
"node": ">=4"
},
"dependencies": {
"aws-sdk": "^2.6.6",
Expand Down Expand Up @@ -79,10 +79,5 @@
"afterEach",
"sinon"
]
},
"greenkeeper": {
"ignore": [
"gulp-standard"
]
}
}

0 comments on commit 157a748

Please sign in to comment.