Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
removed: nodeJS 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Jul 16, 2018
1 parent 445204c commit 991063b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .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
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 991063b

Please sign in to comment.