From ace86c37ae2390def22a87a2728fd9e5c919ab12 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 4 Jun 2018 18:09:27 -0400 Subject: [PATCH] build: Node.js@4.9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 999f2af..c55df2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ node_js: - "1.8" - "2.5" - "3.3" - - "4.8" + - "4.9" - "5.12" - "6.13" - "7.10"