From 5ae39c346d8092f800637e065260feee553378c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 10 May 2019 09:00:15 +0200 Subject: [PATCH] Add Node.js 12 to Travis CI platforms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 593b4a1be..cf1c49d92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js node_js: - - "6" - - "8" + - "12" - "10" + - "8" env: - CXX=g++-4.8 addons: