From ae20fb3e00001e5646e27ab17173cc389450bd29 Mon Sep 17 00:00:00 2001 From: bigrocs Date: Fri, 27 Sep 2019 11:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7fb0ebe..1108550 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,11 +33,11 @@ install: - curl -o- -L https://yarnpkg.com/install.sh | bash - source ~/.bashrc - npm install -g xvfb-maybe -- npm install +- yarn script: #- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js #- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e -- npm run build +- yarn run build branches: only: - master