From 1a5be20f299259c18930ab29208430d3f968a349 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 7 Mar 2018 23:50:03 -0500 Subject: [PATCH] build: Node.js@6.13 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07fda20..bc6e20b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ node_js: - "3.3" - "4.8" - "5.12" - - "6.12" + - "6.13" - "7.10" - "8.9" - "9.4"