From 1c9ed746d5a7aad0d94b7ee19a9cd41126b6f415 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 18 Apr 2019 01:25:49 -0400 Subject: [PATCH] build: Node.js@8.16 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd4c8786..a98c3c9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ node_js: - "5.12" - "6.17" - "7.10" - - "8.15" + - "8.16" - "9.11" - "10.15" - "11.13"