From ae6cc7947a0c133311416acdefae64cb2fe08ee7 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Mon, 2 Jul 2018 00:40:12 +0200 Subject: [PATCH] chore: test Node.js 6, 8 and 10 --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b2b98a4..65e30d80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,6 @@ branches: except: - debug node_js: - - 4.0 - - 4.2 - - 5.0 - - 6.8 - - 7.9 - - 8.6 + - 6 + - 8 + - 10