diff options
-rw-r--r-- | .github/CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | .travis.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6fc80b6aa..820a5eecb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -58,7 +58,7 @@ First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead | |||
58 | 58 | ||
59 | Make sure that you have followed | 59 | Make sure that you have followed |
60 | [the steps](/support/doc/dependencies.md) | 60 | [the steps](/support/doc/dependencies.md) |
61 | to install the dependencies. | 61 | to install the dependencies. You'll need to install **NodeJS 10**. |
62 | 62 | ||
63 | Fork the github repository, | 63 | Fork the github repository, |
64 | and then clone the sources and install node modules: | 64 | and then clone the sources and install node modules: |
diff --git a/.travis.yml b/.travis.yml index 8b3ec94d9..9018b082a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,7 +1,7 @@ | |||
1 | language: node_js | 1 | language: node_js |
2 | 2 | ||
3 | node_js: | 3 | node_js: |
4 | - "8" | 4 | - "10" |
5 | 5 | ||
6 | git: | 6 | git: |
7 | depth: 1 | 7 | depth: 1 |