From 78bcc1835167f0ccd29a29abf2e96c78159c5813 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 9 Mar 2019 21:49:22 -0500 Subject: [PATCH] build: Node.js@8.15 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f4f8069..eed170fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ node_js: - "5.12" - "6.17" - "7.10" - - "8.14" + - "8.15" - "9.11" - "10.14" sudo: false