Skip to content

Commit

Permalink
[ci] remove Node.js 4 and 6 from the build matrix
Browse files Browse the repository at this point in the history
We keep Node.js 9 for compatibility with the 'uws' dependency (as Node.js 10 fails), but we'll
upgrade later.
  • Loading branch information
darrachequesne committed Sep 13, 2019
1 parent ad844f4 commit 5bbbfe2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,8 +1,6 @@
sudo: false
language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
git:
Expand Down

0 comments on commit 5bbbfe2

Please sign in to comment.