chore: disable tests on Node 9 due to upath error

This commit is contained in:
Julien Fontanet 2018-04-26 17:21:00 +02:00
parent 78e0c2d8fa
commit 7a5229741f

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- stable
#- stable # disable for now due to an issue of indirect dep upath with Node 9
- 8
- 6