From d89df2851478c77abd0ec63128dc75b56aad865e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Mon, 16 Mar 2015 11:02:30 +0100
Subject: [PATCH] phpci: correction de la configuration de php_parallel_lint.

---
 phpci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/phpci.yml b/phpci.yml
index f1f57682..0d7fc207 100755
--- a/phpci.yml
+++ b/phpci.yml
@@ -10,8 +10,7 @@ setup:
     prefer_dist: true
 
 test:
-  php_parallel_lint:
-    directory: appli
+  php_parallel_lint: ~
   php_unit: ~
   php_loc: ~
   php_cpd:
-- 
GitLab