summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheogorath2020-02-16 23:33:57 +0100
committerSheogorath2020-02-16 23:41:28 +0100
commita5659210a3b141aa89ec3c8804f16696c064b86b (patch)
tree83a5af8e8b53604b8ef1857128c2cc34f45a28de
parentafe38bcbb7e56cf9c25c6da4f683fa19cb988e7d (diff)
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/
Diffstat (limited to '')
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index e73ad33a..758b785d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: