From aaa4b68086515823b104d0b71ac99a78d8839175 Mon Sep 17 00:00:00 2001
From: Bjoern Kimminich <bjoern.kimminich@gmx.de>
Date: Tue, 5 Jun 2018 13:09:07 +0200
Subject: [PATCH] Remove node v10 builds

---
 .appveyor.yml | 1 -
 .travis.yml   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 1944eecf1..ed20b7238 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -9,7 +9,6 @@ environment:
   matrix:
     - nodejs_version: 9
     - nodejs_version: 8
-    - nodejs_version: 10
 platform:
   - x64
 install:
diff --git a/.travis.yml b/.travis.yml
index 4ed6eee34..9b43e2bcd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: node_js
 node_js:
   - 9
   - 8
-  - 10
 branches:
   except:
     - gh-pages
-- 
GitLab