From 4b3947aa59aaa3c0a6187ef20d1b9dddb9bbf066 Mon Sep 17 00:00:00 2001 From: Xianming Zhong Date: Tue, 2 Jun 2020 14:13:57 +0800 Subject: [PATCH] Add test with Node.js 12 (#2860) * test with Node.js 12 * test with latest Co-authored-by: Jay --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fe08cc4..2148841 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ services: language: node_js node_js: - 10 + - 12 + - node email: on_failure: change on_success: never