Remove Tests for EOL node version 8

Node 8 is End of Life since the beginning of 2020.[1] Due to not
deprecating it earlier, the next release will be the last release
supporting it. There are no breaking changes to be expected anymore,
therefore removing the Tests can be considered safe and the release can
start its existence with a green CI.

This patch removes the test for NodeJS version 8 from the TravisCI jobs.

[1]: https://nodejs.org/en/about/releases/
This commit is contained in:
Sheogorath 2020-02-16 23:33:57 +01:00
parent afe38bcbb7
commit a5659210a3
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -23,12 +23,7 @@ jobs:
- yarn run jsonlint
language: generic
- stage: Dynamic Tests
name: Node.js 8
node_js:
- 8
script:
- yarn run mocha-suite
- name: Node.js 10
name: Node.js 10
node_js:
- 10
script: