Browse Source

Drop Node v4 and add v10

v4 reached end of life on 2018-04-30. v10 was released recently.

v9 will reach end of life in June, but we can keep it for now.
pull/498/head
Gabe Gorelick 7 years ago
parent
commit
326ad46d59
No known key found for this signature in database
GPG Key ID: E25EDE6B9096D77D
  1. 2
      .travis.yml

2
.travis.yml

@ -1,7 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- "4"
- "6" - "6"
- "8" - "8"
- "9" - "9"
- "10"

Loading…
Cancel
Save