From 5931f5351fb86b45fd70f2382a01c46decdbe91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 2 Jan 2019 16:01:37 +0100 Subject: [PATCH] Travis: enable Node.js 10.x This is a follow-up for #43 which added Node.js 10 to supported engines. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 53b824d..c60f507 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ language: node_js node_js: - "6" - "8" + - "10"