From 51962e62d11b6b23b99017295a1e6d545b81634e Mon Sep 17 00:00:00 2001
From: Will Hunt <will@half-shot.uk>
Date: Fri, 26 Oct 2018 01:04:11 +0100
Subject: [PATCH] Add node 11 to travis

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 3b4dc89..141d897 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ node_js:
  - "8.11.1"
  - "9.11.1"
  - "10.1.0"
+ - "11"
 script:
  - npm run-script build
  - npm run-script coverage
-- 
GitLab