From 8168e51aaabd0d53410e5db989c4f6015583c57b Mon Sep 17 00:00:00 2001 From: tommywo Date: Sun, 8 Dec 2019 22:46:24 +0100 Subject: [PATCH] ci(travis): add node 12 to testing matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 64f204903..6c05713ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ os: node_js: - "8" - "10" + - "12" - "node" before_script: - git config --global user.name 'Travis-CI'