Skip to content

Commit

Permalink
Build: Stop testing on Node 4 & 9
Browse files Browse the repository at this point in the history
Node.js 4 & 9 have reached end-of-life.

<https://github.com/nodejs/Release>

Closes #1288.
  • Loading branch information
Arkni authored and Krinkle committed Jun 17, 2018
1 parent 0736a4c commit c9a7df3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,10 +1,8 @@
sudo: false
language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
- "10"
env:
- NPM_SCRIPT=test
Expand Down

0 comments on commit c9a7df3

Please sign in to comment.