From e1cb3d8b9af4167a12dd5d5240dafb98aa31e8e3 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 26 Jul 2022 10:11:21 +0200 Subject: [PATCH] update ci --- .php-censor.yml | 14 -------------- README.md | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .php-censor.yml diff --git a/.php-censor.yml b/.php-censor.yml deleted file mode 100644 index 81e8d89..0000000 --- a/.php-censor.yml +++ /dev/null @@ -1,14 +0,0 @@ -build_settings: - verbose: true - prefer_symlink: false - -setup: - composer: - action: "install" - -test: - php_unit: - directory: "tests/" - args: "--configuration 'phpunit.xml'" - -complete: diff --git a/README.md b/README.md index 8147b06..1afed82 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ CSV parser/generator ==================== -[![Build Status](https://ci.gitnet.fr/buildStatus/icon?job=Gitnet%2Fcsv%2Fv3)](https://ci.gitnet.fr/job/Gitnet/job/csv/job/v3/) +[![Build Status](https://ci.gitnet.fr/api/badges/deblan/csv/status.svg)](https://ci.gitnet.fr/deblan/csv) A simple PHP library to: