From 9d342cce579aac876ab543d87f164613db895918 Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Wed, 25 Apr 2018 07:58:36 +0100 Subject: [PATCH] add node versions 8 to 10 to travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0486fdc..f4447ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,9 @@ node_js: - "4" - "6" - "7" + - "8" + - "9" + - "10" install: - npm install - npm install hiredis