From 9d4a55f65029599e0e032b4c15f00e978686607d Mon Sep 17 00:00:00 2001 From: xuexb Date: Wed, 23 Aug 2017 17:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E5=85=B3=E9=97=AD=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E6=B5=8B=E8=AF=95?= 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 db2914d..18d619a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ cache: - node_modules script: - npm run test:cov - - npm run test:sauce + #- npm run test:sauce after_script: - npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage \ No newline at end of file