From ece5cc403f1c6a1e8bdd4c4b08775998fadfe9e6 Mon Sep 17 00:00:00 2001 From: David Worms Date: Thu, 21 May 2020 02:28:37 +0200 Subject: [PATCH] travis: test against node 10 and 12 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d831dcb..e2d26a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: node_js node_js: - - "8" - "10" - - "11" + - "12"