From f958c1e5a8d2adc8a5d3305c71e2ffb7bdd79903 Mon Sep 17 00:00:00 2001 From: TS Date: Thu, 14 May 2020 17:31:54 -0700 Subject: [PATCH] =?UTF-8?q?Travis=E5=B0=9D=E8=AF=95=E8=AE=BE=E7=BD=AECL=3D?= =?UTF-8?q?false=20(#29)?= 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 2068808..1519c10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ node_js: before_script: - yarn install script: - - yarn run build + - CI=false yarn run build - yarn run test \ No newline at end of file