From 7fc9fe1f7bad798b0193b5be7f2f90f634dc765c Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 23 Nov 2017 00:02:38 -0500 Subject: [PATCH] build: support Node.js 9.x --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 77d0683..3aaaad5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ node_js: - "6.12" - "7.10" - "8.9" + - "9.2" sudo: false cache: directories: diff --git a/appveyor.yml b/appveyor.yml index 180040c..ad9d5f2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,7 @@ environment: - nodejs_version: "6.12" - nodejs_version: "7.10" - nodejs_version: "8.9" + - nodejs_version: "9.2" cache: - node_modules install: