From fbb9b9536f84c34147084c3a534366929ef7a358 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 14 May 2018 13:07:02 +0200 Subject: [PATCH] test current and last 2 major Node.js versions --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index aca2d8b..edffa8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ services: language: node_js node_js: + - 8 - 9 - 10