Skip to content

Commit

Permalink
travis: drops support for node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 4, 2019
1 parent cbf04f9 commit cca4ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
sudo: false
node_js:
- "12"
- "10"
- "8"
- "6"
- "4"

0 comments on commit cca4ddd

Please sign in to comment.