From eabc80d841b2379fe272741a47a36ea5e45a1925 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 30 Mar 2018 22:09:30 -0500 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 3f06bf01..7b980998 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.12" - "7.10"