Closed
Description
At present we have four versions of Node.js in our .travis.yml
file and each one is tested by Travis CI on each commit:
Lines 1 to 6 in 490f2fe
Given that both Node version 8 and 11 are no longer supported/maintained, I feel we should remove them.
see: https://nodejs.org/en/about/releases

Does anyone have any objection to the removal of these older versions of Node from .travis.yml
?