From af79bbeeccfec02cfcbdefd2397f59ce52f8fbad Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 4 Mar 2017 19:37:29 -0500 Subject: [PATCH] build: Node.js@4.8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 46deb85..315e5ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ node_js: - "1.8" - "2.5" - "3.3" - - "4.7" + - "4.8" - "5.12" - "6.9" - "7.5"