From 6e81f091d10c383c5d820602eab5823126f46d36 Mon Sep 17 00:00:00 2001 From: eai04191 Date: Wed, 26 Jun 2019 15:46:35 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E8=A6=81=E3=81=AE=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=83=91=E3=82=A4=E3=83=97=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d903d58..0500ccd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -77,6 +77,5 @@ jobs: # Upload coverage - run: - command: | - bash <(curl -s https://codecov.io/bash) -f /tmp/phpunit/coverage.xml + command: bash <(curl -s https://codecov.io/bash) -f /tmp/phpunit/coverage.xml when: always