Skip to content

Commit

Permalink
travis.yml: remove older node versions from test
Browse files Browse the repository at this point in the history
mocha has a dependency on yargs which only supports actively
maintained Node.js releases, which means they outlaw 6 and 8.  At the
moment they're OK with 10, but only because they haven't released
since it reached EOL on 2021-04-30.

Drop the versions that won't build in travis as of today.  We'll have
to test manually to confirm old Node.js release pass.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
  • Loading branch information
pabigot committed Jul 10, 2021
1 parent 65ca269 commit 0632328
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ node_js:
- "16"
- "14"
- "12"
- "8"
- "6"
- "10"
branches:
only:
- master
Expand Down

0 comments on commit 0632328

Please sign in to comment.