From 37b4a884c18f7600dec59241ef84daf0c6fa45da Mon Sep 17 00:00:00 2001 From: zh-lx <18366276315@163.com> Date: Mon, 2 May 2022 13:08:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=20travis=20node=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89e3b03..98cfe2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - stable + - 16.0.0 script: npm run test after_script: npm run cover && cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js env: