Disable testing on node.js 10

node-oracledb doesn't support node.js 10
This commit is contained in:
Kononnable 2018-04-26 10:25:21 +02:00 committed by GitHub
parent afef6bc3ec
commit 3aeb8f43d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- stable
#- stable
- 8
- 6
sudo: required