From 1ac6c03c1c508d6b567ae6703ba630d3c15c35ab Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 6 Jun 2018 15:51:31 +0200 Subject: [PATCH] CI --- README.md | 4 ++-- phpunit.xml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61015e4..6ef873b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ CSV parser/generator ==================== -![](https://phpci.gitnet.fr/build-status/image/1?branch=master&label=PHPCensor&style=flat-square) +![](https://phpci.gitnet.fr/build-status/image/2?branch=master&label=PHPCensor&style=flat-square) A simple PHP library to parse and generate CSV files. ## Composer installation ``` -$ composer require deblan/csv +$ composer require deblan/csv "~2" ``` Or in your composer.json: diff --git a/phpunit.xml b/phpunit.xml index eabb967..a148726 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,12 +7,12 @@ convertWarningsToExceptions = "true" processIsolation = "false" stopOnFailure = "false" - syntaxCheck = "false" + syntaxCheck = "true" bootstrap = "vendor/autoload.php" > - - - tests/ - - + + + tests/ + +