diff --git a/.travis.yml b/.travis.yml index b22cf8db..d9a81308 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 59b112ec..85c2c016 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 9e448dd6..801f44b9 100644 --- a/package.json +++ b/package.json @@ -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" },