From 991063b6c7cb1a6a3b2be0b55dd1351d5873a32a Mon Sep 17 00:00:00 2001 From: Martijn van de Rijdt Date: Mon, 16 Jul 2018 15:47:02 -0600 Subject: [PATCH] removed: nodeJS 6 support --- .travis.yml | 1 - CHANGELOG.md | 3 +++ README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be487f815..02817a373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js sudo: true node_js: - - "6" - "8" dist: trusty before_install: if [[ `npm -v` < 3 ]]; then npm i -g npm@latest; fi diff --git a/CHANGELOG.md b/CHANGELOG.md index ceedba309..ae9e025e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). [Unreleased] --------------------- +##### Removed +- NodeJS 6 support. + ##### Added - Support for 'no-ticks' appearance in range widget. diff --git a/README.md b/README.md index 1464af7df..80ed64b5a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ _The modern [Enketo Smart Paper](https://enketo.org) web application._ #### Manually: -1. Install JS prerequisites: [Node.js](https://github.com/nodesource/distributions) (8.x LTS recommended, and at least 6.x), [Grunt Client](http://gruntjs.com), and [Node-Gyp](https://github.com/TooTallNate/node-gyp) +1. Install JS prerequisites: [Node.js](https://github.com/nodesource/distributions) (8.x LTS recommended), [Grunt Client](http://gruntjs.com), and [Node-Gyp](https://github.com/TooTallNate/node-gyp) 2. Install [Redis](http://redis.io/topics/quickstart) 3. Install build-essential and git (and libfontconfig to run tests) with `(sudo) apt-get install build-essential git libfontconfig` 4. Clone this repository