Skip to content

Commit

Permalink
Remove reported support for node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivank committed Apr 8, 2016
1 parent 50edea9 commit 2e45021
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:
- 5
- 4
before_script:
- npm install codacy-coverage mocha-lcov-reporter
script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"main": "src/promised",
"engines": {
"node": ">= 4.0.0"
"node": ">= 5.0.0"
},
"scripts": {
"test": "node_modules/.bin/mocha test"
Expand Down

0 comments on commit 2e45021

Please sign in to comment.