Use node 10 in travis
authorChocobozzz <me@florianbigard.com>
Thu, 25 Jul 2019 09:24:43 +0000 (11:24 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 25 Jul 2019 09:25:45 +0000 (11:25 +0200)
.github/CONTRIBUTING.md
.travis.yml

index 6fc80b6aa2d695332492ba3bee4b0bc031c01db1..820a5eecb322927ffcd837cbe6f4de4b98616ef7 100644 (file)
@@ -58,7 +58,7 @@ First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead
 
 Make sure that you have followed
 [the steps](/support/doc/dependencies.md)
-to install the dependencies.
+to install the dependencies. You'll need to install **NodeJS 10**.
 
 Fork the github repository,
 and then clone the sources and install node modules:
index 8b3ec94d9725a42a8ca0aab3b01fe5f56f42c38a..9018b082a8986d138f4d9246d6e9fbc5526b045d 100644 (file)
@@ -1,7 +1,7 @@
 language: node_js
 
 node_js:
-  - "8"
+  - "10"
 
 git:
   depth: 1