From 6169083b5e7cc698df303f70af4e62180a543888 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 6 Jun 2018 15:55:17 +0200 Subject: [PATCH] CI --- README.md | 2 +- phpunit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a83c640..f93e91c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ csv-validator ============= -[![](https://phpci.gitnet.fr/build-status/image/2?branch=master&label=PHPCensor&style=flat-square)](https://phpci.gitnet.fr/build-status/view/2) +[![](https://phpci.gitnet.fr/build-status/image/1?branch=master&label=PHPCensor&style=flat-square)](https://phpci.gitnet.fr/build-status/view/1) CSV validator library diff --git a/phpunit.xml b/phpunit.xml index eabb967..4f465be 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,7 +7,7 @@ convertWarningsToExceptions = "true" processIsolation = "false" stopOnFailure = "false" - syntaxCheck = "false" + syntaxCheck = "true" bootstrap = "vendor/autoload.php" >