diff --git a/.travis.yml b/.travis.yml index 7c327439..b80c98ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ cache: notifications: email: false node_js: - - 0.12 - 4 - 6 matrix: diff --git a/README.md b/README.md index a28ceb52..2f6e6627 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ See the [Mapzen Search documentation](https://mapzen.com/documentation/search/). ## Install Dependencies +Note: Pelias requires Node.js v4 or newer + ```bash npm install ``` diff --git a/package.json b/package.json index 8d1025c9..21600444 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "url": "https://github.com/pelias/api/issues" }, "engines": { - "node": ">=0.10.26" + "node": ">=4.0.0" }, "dependencies": { "addressit": "1.4.0",