From 2b12b2e23210095db122a68788d3b616b23157d7 Mon Sep 17 00:00:00 2001 From: Croydon Date: Fri, 6 Jul 2018 19:12:43 +0200 Subject: [PATCH] CI: Remove Node.js 9 as it is EOL Node.js 10 can be added after Nodegit has prebuilds --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 52dd256..4e6073a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ notifications: language: node_js node_js: - "8" - - "9" +# - "10" os: - linux diff --git a/appveyor.yml b/appveyor.yml index e160c30..17b4a92 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - nodejs_version: "8" - - nodejs_version: "9" +# - nodejs_version: "10" # Install scripts. (runs after repo cloning) install: