From 6391fd281839e5ba7a2bb37d46102861eb61f802 Mon Sep 17 00:00:00 2001 From: bigrocs Date: Fri, 27 Sep 2019 10:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BAnpm?= 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 d07c1f1..7fb0ebe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ install: - curl -o- -L https://yarnpkg.com/install.sh | bash - source ~/.bashrc - npm install -g xvfb-maybe -- yarn +- npm install script: #- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js #- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e