From d3a9dd58a3e9c3b8964224648f009432294641b1 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 17 Aug 2018 19:04:48 -0400 Subject: [PATCH] build: support Node.js 10.x --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 313a109..dfb9038 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ node_js: - "7.10" - "8.11" - "9.11" + - "10.9" sudo: false dist: precise cache: