Skip to content

Commit

Permalink
chore: Drop support for Node 6 (#98)
Browse files Browse the repository at this point in the history
End-of-life for Node 6 was 2019-04-30 and supporting it stops us
from using dependencies that require Node 8 (e.g. is-wsl).
  • Loading branch information
birtles committed Jul 17, 2019
1 parent 540c1dd commit 9e86d04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- 6
- 8
- stable

Expand Down

0 comments on commit 9e86d04

Please sign in to comment.