From 2e339700e52c757f2fddb1a8a613279238d12e64 Mon Sep 17 00:00:00 2001 From: Andrii Shumada Date: Tue, 22 May 2018 15:33:42 +0300 Subject: [PATCH] chore: Add Active LTS and Active versions of Node.js (#279) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8a2c585e..c03091cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,5 @@ node_js: - "0.12" - "4" - "6" + - "8" + - "10"