According to https://github.com/nodejs/Release#release-schedule, 7 isn't an official release, but 6 is!

This commit is contained in:
Douglas Muth 2017-11-12 18:04:14 -05:00
parent 2a809a198f
commit fd84c1bee0

View file

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