From 4575f4501d49eb255d1c2bd2ad5418c7c4884425 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 16 Mar 2019 20:48:32 -0400 Subject: [PATCH] build: Node.js@6.17 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39e4409..0fa95c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ node_js: - "3.3" - "4.9" - "5.12" - - "6.16" + - "6.17" - "7.10" - "8.15" - "9.11"