diff --git a/.travis.yml b/.travis.yml index 747d14e..edd0e4a 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 40e0aae..04d184e 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +[![Build Status](https://travis-ci.org/pelias/config.png?branch=master)](https://travis-ci.org/pelias/config) diff --git a/package.json b/package.json index d3131a2..39d1d0f 100644 --- a/package.json +++ b/package.json @@ -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" },