From 7ec9f915c32b21efc12351135b0ecbc91a629cc9 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 17 Oct 2016 13:00:47 -0400 Subject: [PATCH 1/3] Require Node.js 4.0 or newer via engines property --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, From 9f7bb6d67dcf336ba62dee81049b073bb5c84bf1 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 17 Oct 2016 13:01:16 -0400 Subject: [PATCH 2/3] Remove Node.js 0.12 from TravisCI --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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: From 7f811e04d5aa096983196ec218b5611a8d4838ef Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 17 Oct 2016 13:01:28 -0400 Subject: [PATCH 3/3] Update Node.js versions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)