From 6e8c930ef69a6e255ed95204e6a0d8d1c346d214 Mon Sep 17 00:00:00 2001
From: Will Hunt <will@half-shot.uk>
Date: Sat, 11 May 2019 11:39:30 +0100
Subject: [PATCH] Test against 10 and 12

---
 .travis.yml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index dca1a64..e4a83f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,24 +2,18 @@ language: node_js
 install: npm install && npm run build
 
 jobs:
-    include:
-    - stage: tests
-      name: "Unit - Node 8"
-      script: npm run test
-      node_js: "8"
     - script: npm run test
       name: "Unit - Node 10"
       node_js: "10"
     - script: npm run test
-      name: "Unit - Node 11"
-      node_js: "11.0.0"
-
+      name: "Unit - Node 12"
+      node_js: "12"
     - script: npm run lint
       name: "Linting"
-      node_js: "10"
+      node_js: "12"
     - script: npm run coverage
       name: "Coverage"
-      node_js: "10"
+      node_js: "12"
 
 notifications:
     webhooks:
-- 
GitLab