Abandon node v4 as some packages does not want to install.

This commit is contained in:
Godzil 2017-03-16 19:25:06 +01:00
parent b691b953d4
commit 361c6cf54c
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: node_js language: node_js
sudo: false sudo: false
node_js: node_js:
- 4
- 5 - 5
- 6 - 6
before_install: before_install:

View File

@ -21,7 +21,7 @@ It is recommended to enable authentication (`-p` and `-u`) so your account permi
## Prerequisites ## Prerequisites
* NodeJS >= 0.12.x (http://nodejs.org/) * NodeJS >= 5.x (http://nodejs.org/)
* NPM >= 2.5.x (https://www.npmjs.org/) * NPM >= 2.5.x (https://www.npmjs.org/)
## Installation ## Installation