Skip to content

Commit

Permalink
chore: drop Node 6 from testing matrix (yargs#1287)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropping Node 6 which hits end of life in April 2019
  • Loading branch information
bcoe committed Feb 2, 2019
1 parent f25de4f commit ef16792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,9 +1,9 @@
language: node_js

node_js:
- "6"
- "8"
- "10"
# - "11" TODO: add 11 in April when 12 goes live.
- "node"

os:
Expand Down

0 comments on commit ef16792

Please sign in to comment.