From 44fac787217ea5aab9336cc7e6b6b7e871dbce7e Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 23 Apr 2019 20:34:03 -0700 Subject: [PATCH] Add new Node.js version 12 to CI. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b827e053..b9b15805 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ node_js: - "6" - "8" - "10" + - "12" os: - windows - linux