Skip to content

Commit

Permalink
feat: Merge pull request #181 from pelias/require-node4
Browse files Browse the repository at this point in the history
Require Node.js 4.0 or greater
  • Loading branch information
orangejulius authored Oct 17, 2016
2 parents fb199c0 + 7f811e0 commit b4bc43c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ cache:
notifications:
email: false
node_js:
- 0.12
- 4
- 6
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ $ npm run integration

### Continuous Integration

Travis tests every release against Node.js version `0.12`, `4`, `5`, and `6`.
Travis tests every release against Node.js versions 4` and `6`.

[![Build Status](https://travis-ci.org/pelias/schema.png?branch=master)](https://travis-ci.org/pelias/schema)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/pelias/schema/issues"
},
"engines": {
"node": ">=0.10.26",
"node": ">=4.0.0",
"npm": ">=1.4.3",
"elasticsearch": ">=1.1.1"
},
Expand Down

0 comments on commit b4bc43c

Please sign in to comment.