From f5c4a57b2cef21116a5b10306d7e8634c3314cc6 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 12 Jan 2019 14:14:40 -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 e535cf9a..bcdb0ae8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ node_js: - "5.12" - "6.16" - "7.10" - - "8.14" + - "8.15" - "9.11" - "10.14" - "11.3"