From ca397e091ebb7984240a9f7044a2b19bea4c870c Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 11 Mar 2021 11:29:46 +0800 Subject: [PATCH] chore: update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ef83ba..f5251d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ cache: before_script: - npm install codecov.io coveralls after_success: - - cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js script: - - node --harmony ./node_modules/.bin/jest --coverage \ No newline at end of file + - npm run test \ No newline at end of file