From 1a6419a2a4d33f4177fad42f1e8a7d25f0ae70ee Mon Sep 17 00:00:00 2001 From: bigrocs Date: Fri, 27 Sep 2019 11:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E6=8B=89=E5=8E=BB?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= 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 1108550..7ea28a0 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