From 408b680062351ea41a7a85808cf66349b885cdab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Thu, 29 Nov 2018 16:48:48 +0100
Subject: [PATCH] Suppression d'un phpenmod qui trainait.

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 650f9f1..788d1b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,6 @@ install-vendors:
   variables:
     COMPOSER_NO_INTERACTION: "1"
   script:
-    - phpenmod iconv
     - composer validate
     - composer install -n --prefer-dist --no-suggest --no-progress --no-scripts --ignore-platform-reqs
   cache:
-- 
GitLab