From ffc06e3ce100474cc0154ad9d04d3453a9972561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 12 Jun 2018 16:31:02 +0200 Subject: [PATCH] Travis: add Node.js 8.x + 10.x to the build matrix --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c35f26e..c60f507 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,5 @@ sudo: false language: node_js node_js: - "6" + - "8" + - "10"