From fb3a186959e4acb8e48772d5cf4203e33e715557 Mon Sep 17 00:00:00 2001 From: zhenghaole <89932980@qq.com> Date: Fri, 27 Oct 2023 19:03:17 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml => test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename .travis.yml => test.yml (66%) diff --git a/.travis.yml b/test.yml similarity index 66% rename from .travis.yml rename to test.yml index 9fe9df5..0f16abe 100644 --- a/.travis.yml +++ b/test.yml @@ -1,9 +1,7 @@ language: node_js node_js: - - "6.2.0" - - "5.6.0" - - "4.4.4" + - "18.2.0" install: - npm install @@ -13,4 +11,4 @@ script: branches: only: - - gh-pages + - master