From 74357ffb711aac5e44f67bb822ee363aa2b72549 Mon Sep 17 00:00:00 2001 From: feline Date: Fri, 21 Aug 2020 14:24:43 +0800 Subject: [PATCH] Update .travis.yml update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac931ed..c83ce27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,4 +58,4 @@ after_script: if [[ "$WITH_COVERAGE" == "true" ]]; then wget https://scrutinizer-ci.com/ocular.phar php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage.clover - fi + fi