Skip to content

Commit

Permalink
feat: Merge pull request #38 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 e531f8d + 410d81e commit 44b2640
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ $ npm test

### Continuous Integration

Travis tests every release against node version `0.10`
Travis tests every release against Node.js 4 and 6

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

0 comments on commit 44b2640

Please sign in to comment.