1
0
Fork 0

Use node 10 in travis

This commit is contained in:
Chocobozzz 2019-07-25 11:24:43 +02:00
parent aa3796bda5
commit 297e911bdb
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View 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 Make sure that you have followed
[the steps](/support/doc/dependencies.md) [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, Fork the github repository,
and then clone the sources and install node modules: and then clone the sources and install node modules:

View File

@ -1,7 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- "8" - "10"
git: git:
depth: 1 depth: 1