chore(ci): dont test on Node 6

This commit is contained in:
Julien Fontanet 2018-10-26 16:47:33 +02:00
parent 2d4d653c55
commit d83a2366c2

View File

@ -2,7 +2,6 @@ language: node_js
node_js:
#- stable # disable for now due to an issue of indirect dep upath with Node 9
- 8
- 6
# Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/