From 517ec051f25a0a14bdbc82a03b7baecca01a3924 Mon Sep 17 00:00:00 2001
From: Will Hunt <will@half-shot.uk>
Date: Fri, 26 Oct 2018 01:15:17 +0100
Subject: [PATCH] Add a zero

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

diff --git a/.travis.yml b/.travis.yml
index 00e2096..d5b6f4e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ jobs:
       node_js: "10"
     - script: npm run test
       name: "Unit + Integration Node 11"
-      node_js: "11.0."
+      node_js: "11.0.0"
 
     - script: npm run lint
       name: "Linting"
-- 
GitLab