From 021b08339a1479d91cf00c374d70c4a1a185c891 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 28 May 2020 19:39:53 -0400 Subject: [PATCH] build: support Node.js 12.x --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1c3f304..c39539f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ node_js: - "9.11" - "10.14" - "11.15" + - "12.17" sudo: false dist: precise cache: