From eac4e782fb0d6109b460de6e2608012aecffadd7 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 20 Sep 2020 09:22:05 +0200 Subject: [PATCH] Add node 12 and 14 to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c656b3b..cd37892 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,5 @@ os: node_js: - 8 - 10 + - 12 + - 14