From 293cca0ff9a4cfc735e43d8aa35b013a49fb38e4 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 26 Jan 2019 01:20:22 -0500 Subject: [PATCH] build: Node.js@6.16 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8819e08..133bd5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ node_js: - "3.3" - "4.9" - "5.12" - - "6.14" + - "6.16" - "7.10" - "8.12" - "9.11"