From f19a8ab6fe3b3d53e6265caf9d6f822415297674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 29 Apr 2019 09:13:05 +0200 Subject: [PATCH] Enable Node.js 12.x on Travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b7add675..0784a057 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ node_js: - "6" - "8" - "10" + - "12" after_success: npm run coverage